I'm having problems adding a remote repository to my local one. I first tried using Tower where I manged to add my local repo, but when it came to adding a remote repo it just said add the URL. It doesn't say anything about this URL. Should it include ssh:// my username etc. etc.
So I found this article and followed it precisly, until it came to adding a remote repository. It failed. Can anyone help?
Kasper-Srensens-MacBook-Pro:~ Kasper$ git remote add origin ssh://kasperso@kaspersorensen.com:2227/www/mechatronicscluster/wp-content.git
fatal: Not a git repository (or any of the parent directories): .git
Kasper-Srensens-MacBook-Pro:~ Kasper$