Git常用命令

1 使用代理

1
2
3
# 使用http代理
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890