配置Git

作者: 梅林1993 | 来源:发表于2017-12-06 18:30 被阅读0次

    Git配置命令如下:

     git config –global user.name 你的名字(英文)
     git config –global user.email 你的邮箱
     git config –global push.default simple
     git config –global core.quotepath false
     git config –global core.editor “vim”
    

    相关文章

      网友评论

          本文标题:配置Git

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