设置git走ss代理

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

并将软件代理设置为全局模式


image.png

你可能感兴趣的:(设置git走ss代理)