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

前端 未结 6 1417
清歌不尽
清歌不尽 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

    Similar to the comment by Tejes, I had this problem only with files called "aux.R", which I could not git pull onto a windows machine, while it works fine on my linux client.

    I fixed it by renaming it to "auxiliary.R", works now without any problem.

提交回复
热议问题