Git: Failed to erase credential: Element not found

前端 未结 14 1642
半阙折子戏
半阙折子戏 2020-12-09 16:42

I\'m trying to set up Git on a fresh machine, and I\'m having trouble authenticating with my remote repository.

I have limited experience with Git, but I have succes

14条回答
  •  执念已碎
    2020-12-09 16:57

    With GitHub, you get this message if you are using 2-factor authentication and https Git.

    The solution is to create a personal access token which you use in place of your password.

    See https://github.com/blog/1614-two-factor-authentication

提交回复
热议问题