美文网首页
Git配置全局变量,设置代理

Git配置全局变量,设置代理

作者: totohui | 来源:发表于2018-05-31 12:57 被阅读0次

    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