美文网首页
2019-05-07 git config保存用户名密码

2019-05-07 git config保存用户名密码

作者: 嘿喵heyMeow | 来源:发表于2019-05-07 12:20 被阅读0次
    git config credential.helper store
    

    输入上边命令后进行一次pull或者push操作,输入对应的用户名和密码就会自动保存。可以进入vi .git/config中查看。

    .git/config

    相关文章

      网友评论

          本文标题:2019-05-07 git config保存用户名密码

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