sh Git端口阻止了代理解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Git端口阻止了代理解决方法相关的知识,希望对你有一定的参考价值。

#Global if you never have direct access to github
git config --global url.https://github.com/.insteadOf git://github.com/
#Repository specific if you only have certain repos you need to push/pull via git:// behind the proxy
git config  url.https://github.com/.insteadOf git://github.com/

以上是关于sh Git端口阻止了代理解决方法的主要内容,如果未能解决你的问题,请参考以下文章

git被阻止,如何安装npm模块

git clone 私人仓库的更好方法是啥?

使用代理后git命令受限

sh 设置git的使用SOCKS5代理

git代理设置方法解决

解决stram++的host代理4343端口被占用的问题