- 
                6 年前linux下设置git代理访问git proxy设置http代理 git config --global https.proxy http://127.0.0.1:1080 设置https代理 git config --global https.proxy https://127.0.0.1:1080 取消代理 git config --global --unset http.proxy git config --global --… 
设置http代理 git config --global https.proxy http://127.0.0.1:1080 设置https代理 git config --global https.proxy https://127.0.0.1:1080 取消代理 git config --global --unset http.proxy git config --global --…