Git使用方法

拉库

1
git clone repo_url

设置代理

1
2
git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
git config --global https.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
Licensed under CC BY-NC-SA 4.0