英文:
After Password Change in Windows: Git Authentication fails after Password Prompt
问题
我正在使用Bonobo托管Git服务器,并使用我的Windows凭据登录。
最近,我不得不更改我的Windows密码。在这样做后,我能够使用新密码成功登录Bonobo服务器。
但是,当我尝试使用Visual Studio拉取服务器上的内容或使用Git扩展克隆存储库时,我总是收到“身份验证失败”的错误消息。
以前我已经多次更改密码,解决方法总是在控制面板的Windows凭据管理器中删除Git凭据。之后,当拉取、克隆等操作时,Git密码提示会出现并要求输入新密码。我输入新密码后一切正常,但现在却不行。
无论我做什么,我总是收到“身份验证失败”的错误消息,尽管我的凭据是正确的。
我尝试重新安装所有Git组件,但也没有帮助。
编辑:
我还尝试在Windows凭据管理器中更新密码。这也没有帮助。
在我删除管理器中的Git凭据后,密码提示出现,我可以输入新凭据,但Git表示新凭据是错误的。
英文:
I am hosting a Git Server on Bonobo and I'm logging in with my windows credentials.
Lately I had to change my windows password. After doing so, I am able to log in to the Bonobo Server with my new password without any problem.
But when I am trying to pull form the server using visual studio or clone a repository using git extensions, I always get an 'Authentication failed' error.
I have done a password change many times before, and the solution was always to delete the git credentials in the windows credential manager in the control panel. After this, the git password prompt appears when pulling, cloning etc. and asks for the new password. I enter the new password and everything works fine, but not now.
No matter what I do, I always get the 'Authentication failed' error, although my credentials are correct.
I tried to reinstall all git components but that did not help either.
EDIT:
I also tried to update the password in the windows credential manager. This did not help either.
After I delete the git credential in the manager, the password prompt appears and I can enter the new credentials, but git states that the new credentials are wrong.
答案1
得分: 0
我已找到解决方法。
对于所有遇到相同问题的人:
我的密码包含了一个'§'符号,git不喜欢。
在重新更改密码后,一切正常运作。
英文:
I have found the solution.
For all who have the same problem:
My password contained a '§' symbol, which git does not like.
After changing the password again, everything works fine.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论