首页 > 其他分享 >git - proxy

git - proxy

时间:2022-10-28 12:07:45浏览次数:46  
标签:git -- global 0.1 proxy https config


git config --global http.proxy 'socks5://127.0.0.1:1080'

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

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

 

标签:git,--,global,0.1,proxy,https,config
From: https://blog.51cto.com/u_11290086/5804040

相关文章