我在 Mac OSX 上通过命令行使用 Git。
我有一个名为 rwlive 的远程仓库,我一直在连接它,进行了许多成功的拉取和推送。每次我拉或推时,命令行都会提示我输入密码。没问题。
几天前,我开始在不同的服务器上处理不同的项目。我遇到了一些问题,可能已经在 Git 中添加了一些东西来让它工作。
然后今天当我试图从 rwlive repo 中提取时,它没有提示我输入密码就失败了。
例如,我输入:
git pull rwlive master
回应:
Received disconnect from 50.116.75.129: 2: Too many authentication failures for rosa
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
任何想法为什么它不再提示我输入密码?我该怎么做才能强制 Git 提示输入密码?