设置和取消代理
我們在設置代理的時候在終端設置:
?
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
?
所以需要默認不設置代理:
?
git config --global --unset http.proxy
?
git config --global --unset https.proxy
轉載于:https://www.cnblogs.com/haimishasha/p/5712143.html
總結
- 上一篇: Java Thread类的使用
- 下一篇: 假面舞会