unable to click always allow on git-credential-osxkeychain popup

后端 未结 6 449
误落风尘
误落风尘 2021-01-30 10:21

Recently I\'ve been getting a popup when pushing or pulling from upstream

git-credential-osxkeychain wants to use your confidential information stored in \"githu         


        
6条回答
  •  粉色の甜心
    2021-01-30 11:13

    This fixed the issue for me:

    • Open Keychain Access
    • Select Keychains -> login and Category -> Passwords
    • Type github.com in search box, you should see an entry (or entries) of Internet Password kind for github.com. Right click & Delete them.
    • Go back to terminal and retry the git command that requires the password
    • Type in your git username and password when prompted
    • Done :)

提交回复
热议问题