Solution has projects that are located outside the solution folder

前端 未结 6 1421
萌比男神i
萌比男神i 2021-02-05 06:36

I tried to add my solution to the local repository by selecting File|Add to Source Control, but I got the following message.

6条回答
  •  情书的邮戳
    2021-02-05 07:37

    Double-check in command-line by going to the root folder of your Git repository, and type:

    git status
    

    Do check that your solution file does show up in the list of files to be added.
    Otherwise, that means the Git repository is in one folder, while the solution and its projects are in another path entirely.

提交回复
热议问题