私はオンライン リポジトリ (bitbucket など) を使用しているため、作業ディレクトリは 1 台のコンピューターにありました。
そのサーバーでいくつかの重要なコミットを行い、後でインターネットにアクセスできなかったため、新しいサーバーでクローンを作成する代わりに、ディレクトリを別のサーバー (.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 で公開鍵を生成して追加しました。
これを解決する方法はありますか?