我正在使用在线存储库(即 bitbucket),所以我的工作目录在一台计算机上。
有一个很长的故事,在那台服务器上我做了一些重要的提交,后来它无法访问互联网,所以我将目录迁移到另一台服务器(包括 .git 目录),而不是在新服务器中克隆。
现在我可以恢复操作,但我无法推送到存储库。我得到:
# git push --verbose
Pushing to ssh://git@bitbucket.org/my_username/project.git
conq:repository does not exist.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
顺便说一句,我在 bitbucket 上生成并添加了公钥。
有没有办法解决这个问题?