1.报错信息

2.解决办法如下:
git config --system --unset credential.helper
之后就可以重新提交信息
本文介绍了一种常见的Git错误,即在提交信息时遇到的问题,并提供了解决方案。通过使用命令'git config --system --unset credential.helper',可以有效地清除错误的凭证帮助器设置,使用户能够重新正常提交。
1.报错信息

2.解决办法如下:
git config --system --unset credential.helper
之后就可以重新提交信息
833
1148
1万+
805

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