设置代理
#http代理
git config --global http.proxy 'socks5://127.0.0.1:1086'
#https代理
git config --global https.proxy 'socks5://127.0.0.1:1086'
取消代理
#取消http代理
git config --global --unset http.proxy
#取消https代理
git config --global --unset https.proxy
吃西瓜的花猫
海不会不蓝
2018 - 2023 白菜和花猫. All Rights Reserved.
Powered by Typecho