(前情提要,我们这破校园网,能clone下来但是提交不了,我也不知道为什么)
解决方法也很简单,给git设置代理就好了(就算你梯子开了全局,git默认也不走代理)
打开cmd,两句话让git对你服服帖帖

// 如果是http协议
git config --global http.proxy http://127.0.0.1:11223
git config --global https.proxy http://127.0.0.1:11223
// 如果是socks5协议
git config --global http.proxy socks5://127.0.0.1:11223
git config --global https.proxy socks5://127.0.0.1:11223

其中11223是你梯子的本地端口。

Last modification:February 6, 2023
If you think my article is useful to you, please feel free to appreciate