全局代理
git config --global http.proxy http://127.0.0.1:12333
git config --global https.proxy https://127.0.0.1:12333
僅針對github進(jìn)行代理
git config --global http.https://github.com.proxy http://127.0.0.1:12333
# 這一行可以不寫酬滤,這個(gè)是代理ssh的方式访敌,如果需要這樣需要先把秘添加進(jìn)github
git config --global url."git@github.com:".proxy http://127.0.0.1:12333
go get的時(shí)候會(huì)使用git的http汞幢,私有庫會(huì)使用https需要使用賬號密碼
使用http轉(zhuǎn)ssh
git config --global url."git@gitlab.com:".insteadOf https://gitlab.com/