配置git免密push
发布时间:2023年12月29日
git免密码提交
创建.git-credential文件,
- 创建文件,进入文件,输入内容:
-
cd ~
touch .git-credentials
vim .git-credentials
输入内容 -
https://{username}:{password}@gitee.com
实际输入中,用户名,密码没有{}
4.
git config --global credential.helper store
5 打开~/.gitconfig文件,会发现多了一项:
[credential]
helper = store
文章来源:https://blog.csdn.net/guoguo0524/article/details/135295219
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:chenni525@qq.com进行投诉反馈,一经查实,立即删除!