git中设置http代理和取消http代理

来源:互联网 发布:乐高积木淘宝网 编辑:程序博客网 时间:2024/05/01 03:59

设置http代理

git config --global https.proxy https://127.0.0.1:1080

取消http代理
git config --global --unset http.proxy
0 0
原创粉丝点击