linux 保存git账号密码
mac或windows可以保存git账号密码,linux要设置下才行。
1. 在根目录(~/)下,用 vim 命令编辑此文件:
vim .git-credentials
2. 添加内容
\# 比如 https://yourname:yourpassword@gitee.com
http(s)://你的用户名:你的密码@你的服务器地址
3. 在终端下执行如下命令:
git config --global credential.helper store
4. 可以看到 ~/.gitconfig 文件会多一项:
[credential]
helper = store
ok,配置好了。
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦