Troubleshooting misplaced .git directory (nothing to commit)

后端 未结 16 1489
死守一世寂寞
死守一世寂寞 2020-12-05 01:42

I started getting this message. No matter what I edit and try to commit, it says there is nothing to commit. Looks like git does not see my working directory and looking som

16条回答
  •  情深已故
    2020-12-05 02:17

    In my case I had previously initialized a git directory where I was trying to create a new one. I just deleted all the old files and started from scratch.

提交回复
热议问题