linux git proxy 设置
时间:2010-06-13 来源:cspyb
在~/.gitconfig添加如下两行:
[core]
gitproxy = /usr/bin/git-proxy
/usr/bin/git-proxy 如下:
exec /usr/bin/corkscrew myproxy.com 1080 android.git.kernel.org 9418
[core]
gitproxy = /usr/bin/git-proxy
/usr/bin/git-proxy 如下:
exec /usr/bin/corkscrew myproxy.com 1080 android.git.kernel.org 9418
相关阅读 更多 +