![]() | 1 donaldturinglee 18 天前 ![]() 你让 git 走代理不就好了,不然你就开 TUN |
2 565656 18 天前 ![]() 域名后缀 github.com proxy |
3 stinkytofux 18 天前 ![]() 现在国内网络已经劣化的不翻墙无法正常使用的地步, 尤其是计算机相关的行业. github.com 肯定是走代理的. |
4 sunny352787 18 天前 ![]() https://gist.github.com/coin8086/7228b177221f6db913933021ac33bb92 按这个说明设置.ssh/config ,添加 ProxyCommand 试试 |
5 sir283 18 天前 via Android ![]() 猫咪以管理员权限运行,然后拉代码,即可成功。 |
![]() | 6 v1 18 天前 ![]() 自建 git-proxy |
![]() | 7 zaunist 18 天前 ![]() |
![]() | 8 itechify PRO ![]() |
![]() | 9 huijiewei 18 天前 ![]() git config --global http.https://github.com.proxy socks5h://127.0.0.1:1080 |
![]() | 10 wdssmq 17 天前 ![]() 先试试 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 |