Git设置临时代理

拉取

git -c http.proxy='http://127.0.0.1:7890' pull

推送

git -c http.proxy='http://127.0.0.1:7890' push

发表评论