GIT:推送到远程存储库不起作用(代码128)

时间:2013-02-20 16:09:51

标签: git

我在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:存储库没有损坏,我仍然可以克隆项目。

0 个答案:

没有答案
相关问题