美文网首页
Git客户端保存用户名密码

Git客户端保存用户名密码

作者: hero_2be8 | 来源:发表于2019-02-23 00:25 被阅读0次

    保存密码至硬盘

    git config credential.helper store

    设置用户名

    git config --global user.name "guofeiyu"

    设置邮箱

    git config --global user.email "2232505997@qq.com"

    相关文章

      网友评论

          本文标题:Git客户端保存用户名密码

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