GIT 第4页
解决国内github无法访问,配置代理,支持SSH和http协议-Ddmit

解决国内github无法访问,配置代理,支持SSH和http协议

一、HTTP 形式 走 HTTP 代理 git config --global http.proxy 'http://127.0.0.1:8080' git config --global https.proxy 'http://127.0.0.1:8080' 走 socks5 代理(如 小飞机 or V2xxxx) git ...
ddmit的头像-DdmitDdmit10个月前
01480