标签: git

1 篇文章

git设置代理
# 设置全局代理 # http git config --global https.proxy http://127.0.0.1:1080 # https git config --global https.proxy https://127.0.0.1:1080 # 使用socks5代理的 例如ss,ssr 1080是windows下ss的默认代…