Потому что не настроили работу с git по ssh. Вот пример из моего файла ~/.ssh/config:
Host bitbucket.org
IdentitiesOnly yes
PubkeyAuthentication yes
PasswordAuthentication no
Hostname bitbucket.org
User git
IdentityFile ~/.ssh/alekciy_bitbucket.rsa
для работы с bitbucket.org. Проверяем работу:
alekciy@alekciy-home:~$ ssh git@bitbucket.org
PTY allocation request failed on channel 0
logged in as alekciy
You can use git or hg to connect to Bitbucket. Shell access is disabled
Connection to bitbucket.org closed.