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
For repositories on GitHub, try:
git clone ssh://git@github.com//.git
For setting up git to clone via ssh see:
Generating SSH Keys and add your generated key in Account Settings -> SSH Keys
Cloning with SSH