Git hangs indefinitely - broke with osx credential helper I think

前端 未结 3 907
半阙折子戏
半阙折子戏 2020-12-03 23:48

I got tired of typing my password for my bitbucket repo so I looked up a way to use ssh keys but happened upon the osx credential keychain. I thought I had installed it all

3条回答
  •  无人及你
    2020-12-04 00:09

    Try "git" status (with the quotes). If that works, you've aliased git to something else (probably alias git="git credential-osxkeychain"), and you should look in ~.profile to see if you can remove the alias.

    (See the attached commentary for the debugging steps and eventual resolution).

提交回复
热议问题