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