美文网首页
git设置代理

git设置代理

作者: cuikangjie | 来源:发表于2016-12-14 18:52 被阅读0次

    原文地址

    查看git配置

    git config --list
    

    git设置代理(一般用于公司内部网络,如果上网正常,不需要设置)

    git config --global http.proxy ip:port
    

    git用户名

    git config --global http.proxy ip:port
    

    git config --global user.name "FIRST_NAME LAST_NAME"

    配置email

    git config --global user.email "MY_NAME@example.com"
    

    相关文章

      网友评论

          本文标题:git设置代理

          本文链接:https://www.haomeiwen.com/subject/mlxwmttx.html