![]() |
1
donaldturinglee 19 小时 21 分钟前 ![]() 你让 git 走代理不就好了,不然你就开 TUN
|
2
565656 19 小时 19 分钟前 ![]() 域名后缀 github.com proxy
|
3
stinkytofux 19 小时 7 分钟前 ![]() 现在国内网络已经劣化的不翻墙无法正常使用的地步, 尤其是计算机相关的行业. github.com 肯定是走代理的.
|
4
sunny352787 18 小时 57 分钟前 ![]() https://gist.github.com/coin8086/7228b177221f6db913933021ac33bb92
按这个说明设置.ssh/config ,添加 ProxyCommand 试试 |
5
sir283 18 小时 40 分钟前 via Android ![]() 猫咪以管理员权限运行,然后拉代码,即可成功。
|
![]() |
6
v1 18 小时 34 分钟前 ![]() 自建 git-proxy
|
![]() |
7
zaunist 16 小时 41 分钟前 ![]() |
![]() |
8
itechify PRO ![]() |
![]() |
9
huijiewei 15 小时 59 分钟前 ![]() git config --global http.https://github.com.proxy socks5h://127.0.0.1:1080
|
![]() |
10
wdssmq 7 小时 34 分钟前 ![]() 先试试 host 方案:
https://github.com/521xueweihan/GitHub520 对于 win 系统,设置 ssh 代理的姿势如下: Host github.com HostName github.com User git ProxyCommand "C:\Program Files\Git\mingw64\bin\connect.exe" -S 127.0.0.1:10808 %h %p |