GIT秘籍

作者: 资深小夏 | 来源:发表于2017-10-27 10:38 被阅读7次
    1. GIT保存用户名与密码
    1. 打开项目中.git文件夹的config文件,添加
        [credential]
          helper = store
       命令,然后在上传代码时再输入一次用户名与密码,就可以保存输入信息.
    
    2. 输入指令: git config credential.helper store
    

    相关文章

      网友评论

          本文标题:GIT秘籍

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