赞
踩
1.首先尝试执行以下命令:
git config --global credential.helper osxkeychain
2.如果以上方法没有生效,则执行
ssh-add -K 或 ssh-add ~/.ssh/id_rsa
手动添加 Key 到 keychain中