当前位置:   article > 正文

git push时候总提示输入账号密码 - 免除设置_sts可以设置几个git账号

sts可以设置几个git账号

linux下

在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入内容格式:

touch .git-credentials

vim .git-credentials

https://{username}:{password}@github.com


2. 在终端下执行  git config --global credential.helper store

3. 可以看到~/.gitconfig文件,会多了一项:

[credential]

    helper = store

更多:

windows下: http://www.cnblogs.com/ballwql/p/3462104.html



本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/207870
推荐阅读
  

闽ICP备14008679号