GIT Fatal error: Authentication failed in Visual Studio

前端 未结 5 432
南旧
南旧 2021-01-12 00:43

As of today I\'m getting errors when trying to use git commands with my repository in Azure-DevOps. The repositories sit in a project on DevOps that I can access with the sa

5条回答
  •  星月不相逢
    2021-01-12 00:55

    Try and check the value of git config credential.helper.

    If you see "manager", open the Windows Credentials Manager, and put as a password the PAT -- the Personal Access Token created -- (while keeping your regular login, associated to the remote URL)

    Then try again, and see if the issue persists.

提交回复
热议问题