赞
踩
git config -l
一共两个协议,两种不同的协议对应后面不同的后缀名与当前的代理端口
git config --global https.proxy https://127.0.0.1:12333
git config --global http.proxy http://127.0.0.1:12333
git config --global --unset http.proxy
git config --global --unset https.proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。