Git配置全局变量,设置代理
2018-05-31 本文已影响0人
totohui
bash-4.4$ git config --global user.name "[username]"
bash-4.4$ git config --global user.email "[email]"
bash-4.4$ git config --global http.proxy [proxy url:port]
bash-4.4$ git config --global user.name "[username]"
bash-4.4$ git config --global user.email "[email]"
bash-4.4$ git config --global http.proxy [proxy url:port]