Error : Fatal: Not a git repository (or any of the parent directories): .git

后端 未结 5 966
醉梦人生
醉梦人生 2021-01-12 08:54

When I try to put images into the Resources folder of my project, I got this message :

fatal: Not a git repository (or any of the parent directories): .git
<         


        
5条回答
  •  死守一世寂寞
    2021-01-12 09:51

    Had the same problem. I copied a project then tried to delete files.

    If you want to be able to edit the project, type git init folder in the terminal. This will re-initialize the git in your folder.

提交回复
热议问题