Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Because they did not set up work with git via ssh. Here is an example from my ~/.ssh/config file:
Host bitbucket.org
IdentitiesOnly yes
PubkeyAuthentication yes
PasswordAuthentication no
Hostname bitbucket.org
User git
IdentityFile ~/.ssh/alekciy_bitbucket.rsa
[email protected]:~$ ssh [email protected]
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question