you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'bitbucket.org,18.205.93.0' (RSA) to the list of known hosts.
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Кроме того.
Я уже добавил public key по инструкции
Тоесть как там написано Add the public key to your Bitbucket settings
Я уже это сделал.
Я так понимаю мне нужно сделать это
Add the key to the ssh-agent
Там есть несколько команд
$ eval $(ssh-agent)
Agent pid 9700
А дальше
$ ssh-add ~/.ssh/<private_key_file>
Так вот.
После того как я делаю команду
$ eval $(ssh-agent)
Получаю ошибку
'eval' is not recognized as an internal or external command,
operable program or batch file.
$ eval $(ssh-agent) Получаю ошибку у тебя какой shell?... впрочем, для коннекта это не имеет значения $ ssh -i ~/.ssh/<private_key_file> -v git@bitbucket.org чо говорит?
Обсуждают сегодня