Git error fatal: unable to stat '*': No such file or directory

前端 未结 6 1420
清歌不尽
清歌不尽 2020-12-15 03:25

I ran into this error, and found very little documentation on how to fix it online. I got the error by trying to run the command git add ., and received this re

6条回答
  •  抹茶落季
    2020-12-15 03:59

    Try git checkout my_branch -f

    As given here: http://www.nullreference.se/2010/08/20/git-merge-error-permission-denied/

提交回复
热议问题