fatal: bad object xxx

前端 未结 12 2127
[愿得一人]
[愿得一人] 2021-02-03 17:00

I tried reverting to a previous git commit with:

git revert xxx

I\'m now receiving this error as a response:

fatal: bad object          


        
12条回答
  •  爱一瞬间的悲伤
    2021-02-03 17:37

    git fetch --all

    The git fetch command downloads commits, files, and refs from a remote repository into your local repository.

提交回复
热议问题