打开.git文件的下的 vim .git/config
新增以下内容
[user]
name = XXXX05@qq.com
email = XXXX05@qq.com
[credential]
helper=store

博客介绍了Git配置操作,需打开.git文件下的vim.git/config,新增[user]和[credential]相关内容,如设置name、email,添加helper=store,新增时要注意空格。
[user]
name = XXXX05@qq.com
email = XXXX05@qq.com
[credential]
helper=store

2146
8951
3345
1110
4052

被折叠的 条评论
为什么被折叠?