I am introducing myself to Git by following this tutorial:
- getting jekyll running on nearlyfreespeech.net
Everything works fine up until the part where the repo is added to my local machine:
git remote add nfsn ssh://USERNAME@NFSNSERVER/home/private/git/REPONAME.git
(After replacing USERNAME, NFSNSERVER, and REPONAME with the correct names) I receive the following error:
fatal: Not a git repository (or any of the parent directories): .git
Can you help me get past this step?