git使用

git使用

1
2
3
#git代理配置
git config --global http.http://github.com.proxy 'http://127.0.0.1:10809'
git config --global https.https://github.com.proxy 'http://127.0.0.1:10809'