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

后端 未结 5 963
醉梦人生
醉梦人生 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:39

    Perform these two steps in Xcode 11, to get rid of this error:

    1. In the menu, select Source Control > Create Git Repositories.
    2. Click on the Create button.

提交回复
热议问题