Git: Failed to erase credential: Element not found

前端 未结 14 1639
半阙折子戏
半阙折子戏 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 17:12

    I was struggling with this issue myself using Windows 2008 (32bit), Git, GitExtensions.

    When prompted with the username/password box when attempting to push, I was getting the same message even though I was certain that I was using the correct username/password.

    Adding the user/password when configuring the origin fixed this for me:

    git config remote.origin.url https://user:password@bitbucket.org/username

提交回复
热议问题