Emacs で Magit を使用して、ソース コードを管理しています。しばらく前に、Dropbox フォルダーにリモート リポジトリをセットアップしました。これはまだテストであり、まだ誰とも共有していません。
問題は、もうリポジトリにプッシュできないことです。いくつかの変更をコミットし、新しいブランチも開始しましたが、プッシュできなくなりました。これはエラーメッセージです
$ git --no-pager push -v origin new-proj-setup:refs/heads/new-proj-setup
Pushing to /Users/Henning/Dropbox/Consulting/Repo/consulting.git
fatal: '/Users/Henning/Dropbox/Consulting/Repo/consulting.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git exited abnormally with code 128.
私は 2 台のマシンを使用していますが、これまではもう一方のマシンからしかプッシュしていなかった可能性があります。しかし、私の user.name と user.email は同じでなければなりません。
ご協力ありがとうございました!
PS: リポジトリは壊れていません。プロジェクトのクローンを作成できます。