linux git push pull免账号密码
Posted Forward1990
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux git push pull免账号密码相关的知识,希望对你有一定的参考价值。
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
以上是关于linux git push pull免账号密码的主要内容,如果未能解决你的问题,请参考以下文章
windows上git push和pull时每次都需要输入本地密码,怎么去掉,linux上不用
linux服务器git pull/push时避免频繁输入账号密码
linux服务器git pull/push时提示输入账号密码之免除设置