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