I clicked File > Add source control and I'm getting this message
"The current solution has projects that are located outside the solution folder. These projects will not be source controlled in the Git repository. To add all the projects to a single Git repository please consolidate all projects under a single folder."
Here's the setup.
Windows 2000 file server, with shared drives.
Windows 7 virtual machine running inside Parallels (OSX). I'm running VS Express 203 for Web.
I networked the file server paths to Windows 7. Project website (running via localhost) is working.
I tried clicking "Add source control" and got the above error message. I don't know why Visual Studio won't initialized the directory to be a git repository.
I went to OSX terminal into project directory and was able to git init the network directory manually, and git is working (can add, commit, merge, branch, etc) via OSX terminal.
But still a no go for Visual Studio 2013 Web Express.
----
So maybe VS doesn't like the project being in a shared drive? So I tried creating a new website on the C: drive. I clicked Add source control, and got the same error message.
What am I doing wrong?
Thanks.