我在 Emacs 中使用 Magit 来控制我的源代码。不久前,我在 Dropbox-Folder 中设置了一个远程存储库。到目前为止,这只是一个测试,我还没有与任何人分享。
问题是,我不能再推送到我的存储库了。我已经进行了一些更改并开始了一个新的分支,但我不能再推动它了。这是错误信息
$ 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.
我正在使用两台机器,到目前为止我可能只从另一台机器推送。但是我的 user.name 和 user.email 应该是一样的。
谢谢您的帮助!
PS:存储库没有损坏,我仍然可以克隆项目。