Git Error: unable to find

前端 未结 2 400
不思量自难忘°
不思量自难忘° 2021-01-12 07:13

I get the following error when I do a git pull origin master.

error: Unable to find a47058d09b4ca436d65609758a9dba52235a75bd under http://mywe         


        
2条回答
  •  梦谈多话
    2021-01-12 07:17

    copy objects from your directory (.git/objects) and other people that work on a clone of this repo. One object got zapped so this should fix it.

    Here is more about moving objects around: http://www-cs-students.stanford.edu/~blynn/gitmagic/ch08.html#_the_object_database

提交回复
热议问题