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]
本文标题:Git配置全局变量,设置代理
本文链接:https://www.haomeiwen.com/subject/zhdqsftx.html
网友评论