I feel like I'm losing my mind about this.
I am trying to start a new project with Foundation 5 , and I am having a very strange problem with my git repository. I used to use Foundation 4, and I have a check that I meet all the requirements (git, ruby ββ+1.9, node, etc.).
I want to use Foundation with a compass. We have a server where private git repositories are stored, so, as usual, I first create a git repository and create a new folder for it, say Documents/client . Then I create the foundation project inside, for example cd Documents/client foundation new my_project . No mistakes.
Foundation 5 creates the my_project folder with everything inside (bower_components, config.rb, etc.). But when I try to add my_project to my repo , I see that it is being added as a submodule, apparently because my_project already has git repo in it.
What I find strange is that a) I see some local commits related to the development of the Fund made by @mhayes
b) If I search for these commits on the fund repository , I cannot find them
c) I do not have a remote control from
I admit that my gw knwoledge is pretty simple, but I never had such problems with Foundation 4, although I know that using the gazebo makes things completely different, but I'm completely stuck.
In addition, I canβt find a lot of documentation (Foundation documents are so minimal!) And help The forum does not work (I canβt log in), so I donβt need to say any help, I will be very grateful ...