11-25-2014, 07:23 AM
to add a remote you need to have a git repository to add it to. the message is saying that your current directory is not a git repository
the idea would be:
- you get a copy of the repository: git clone <!-- m --><a class="postlink" href="http://github.com/tsolucio/corebos">http://github.com/tsolucio/corebos</a><!-- m -->
- that will create a directory called corebos that is versioned
Since I am counting that you have a corebos installed already then try copying the .git directory from the clone you just made into the directory you have corebos working now. Then go into that directory and execute
git status
that should give you a positive response
the idea would be:
- you get a copy of the repository: git clone <!-- m --><a class="postlink" href="http://github.com/tsolucio/corebos">http://github.com/tsolucio/corebos</a><!-- m -->
- that will create a directory called corebos that is versioned
Since I am counting that you have a corebos installed already then try copying the .git directory from the clone you just made into the directory you have corebos working now. Then go into that directory and execute
git status
that should give you a positive response
Joe
TSolucio
TSolucio