У меня недавно возникла проблема с подключением к bitbucket.Нет проблем, когда я хочу подключиться к GitHub, например.Однако, когда я хочу клонировать проект, я получаю эту ошибку:
Connection closed by 18.205.93.1 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Я на 100% уверен, что у меня есть права доступа, и хранилище существует.Я создал много разных ключей и положил их в свое битовое ведро, но это ничего не изменило.Я запускаю этот ssh -v git@bitbucket.org
, чтобы получить больше информации.Вот что я вижу:
OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5
debug1: Connecting to bitbucket.org [18.205.93.2] port 22.
debug1: Connection established.
debug1: identity file C:\\Users\\nipek/.ssh/id_rsa type 0
debug1: key_load_public: No such file or directory
...
debug1: Authenticating to bitbucket.org:22 as 'git'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
...
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-rsa SHA256:zzXQOX...
debug1: Host 'bitbucket.org' is known and matches the RSA host key.
debug1: Found key in C:\\Users\\nipek/.ssh/known_hosts:3
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: RSA SHA256:M7dEqyz... C:\\Users\\nipek/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: Authentication succeeded (publickey).
Authenticated to bitbucket.org ([18.205.93.2]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: pledge: network
debug1: console supports the ansi parsing
PTY allocation request failed on channel 0
logged in as LukNie.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
Connection to bitbucket.org closed.
Transferred: sent 2732, received 1852 bytes, in 0.3 seconds
Bytes per second: sent 9222.4, received 6251.8
debug1: Exit status 0
У меня недавно были проблемы с моей системой, и я потерял некоторые файлы, потому что часть моей системы «вернулась к исходным настройкам».Интересно, есть ли какая-то неверная конфигурация между файлами, и в этом причина, однако я не знаю, как это исправить.