I have a project on which I created a git repository:
$ cd myproject $ git init $ git add . $ git commit
I the wanted to create a b
Disclaimer: This is just a copy of a comment by bobbaluba made more visible for future visitors. It helped me more than any other answer.
You have to drop the ssh:// prefix when using git clone as an example
ssh://
git clone
git clone git@github.com:owner/repo.git