doesn't work for me, I have the bitbuck username set as my git global user.name but no dice...
**amorgan@amorgan-desktop:~/Physics/git_repos$ git clone git@bitbucket.org:spinitiative/hummingbird.git
Cloning into 'hummingbird'...
Warning: Permanently added the RSA host key for IP address '131.103.20.167' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
**
$ git clone git@bitbucket.org:spinitiative/hummingbird.git
doesn't work for me, I have the bitbuck username set as my git global user.name but no dice...
**amorgan@amorgan-desktop:~/Physics/git_repos$ git clone git@bitbucket.org:spinitiative/hummingbird.git Cloning into 'hummingbird'... Warning: Permanently added the RSA host key for IP address '131.103.20.167' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. **
I used: git clone https://andyofmelbourne@bitbucket.org/spinitiative/hummingbird.git successfully.