git常用命令
Posted 绿叶清风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git常用命令相关的知识,希望对你有一定的参考价值。
git config --global --add remote.origin.proxy "127.0.0.1:8001"
#只对github.com
git config --global http.https://github.com.proxy http://127.0.0.1:8001
git config --global http.https://github.com.proxy socks5://127.0.0.1:1081
#取消代理
git config --global --unset http.https://github.com.proxy
git config --global --unset remote.origin.proxy
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
以上是关于git常用命令的主要内容,如果未能解决你的问题,请参考以下文章