GIT:致命:含糊不清的争论' FETCH_HEAD':工作树中没有的未知修订或路径

时间:2017-07-27 16:53:57

标签: git github git-commands

我正在使用我的git存储库的分支,我尝试使用以下方法重置所有更改:

git reset --hard FETCH_HEAD

但我收到以下错误:

fatal: ambiguous argument 'FETCH_HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

我是第一次因为重置我的存储库中的更改而遇到此类错误。任何人都知道为什么或绕过这个错误来重置我的存储库?

我非常感谢你的帮助。

0 个答案:

没有答案