我正在使用 PyCharm。就在五分钟前,我进行了最后一次推送(全部通过 PyCharm GUI)。一年多来,我对这种推法没有任何抱怨。突然,就在尝试推送更改时,它崩溃了:
Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists
删除了本地存储库。再次克隆。进行了更改。并再次收到上述消息。谷歌搜索,我找到了一些 ssh 密钥的信息,它们需要获取、插入某处等。... 它是什么?为什么会突然出现这种情况?我没有对 github 上的设置进行任何更改。在 PyCharm 设置中 - 也是如此。
根据要求ssh -T User@github.com
,我得到:
Warning: Permanently added the RSA host key for IP address 'IP' to the list of known hosts. User@github.com: Permission denied (publickey).
使用命令检查外部存储库的链接(在本地存储库的目录中):
如果远程存储库的链接以 开头
https://...
,那么您需要将其替换为以 开头的链接,并git@github.com...
使用以下命令:** 从...开始
git@github.com...