git config --global https.proxy http://127.0.0.1:1080 |
git config --global https.proxy https://127.0.0.1:1080 |
在系统环境变量的PATH 路径下建立一个脚本文件,并命名为 proxy。文件内容:
#!/bin/bash
# export {http,https,ftp}_proxy='http://127.0.0.1:3128'
http_proxy=http://127.0.0.1:3128 https_proxy=http://127.0.0.1:3128 $*
使用方法,打开 git命令工具。输入 proxy + 你的命令
proxy go get -v sourcegraph.com/sqs/goreturns
有疑问加站长微信联系(非本文作者)