http/https协议
//设置代理(clone https://前缀的repo会走代理)
git config –global http.proxy ‘http://127.0.0.1:1080’
git config –global https.proxy ‘http://127.0.0.1:1080’
git config –global http.proxy ‘socks5://127.0.0.1:1080’
git config –global https.proxy ‘socks5://127.0.0.1:1080’
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/228275.html原文链接:https://javaforall.net
