1
zwxbest OP @DESKTOP-I57JE8S MINGW64 /f/Hololens/GitHub/2D
$ ssh-keygen -t rsa -C "[email protected]" Generating public/private rsa key pair. Enter file in which to save the key (/c/Users/lijp/.ssh/id_rsa): /c/Users/lijp/.ssh/id_rsa already exists. Overwrite (y/n)? @DESKTOP-I57JE8S MINGW64 /f/Hololens/GitHub/2D $ ssh -T [email protected] The authenticity of host 'github.com (192.30.253.113)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? Host key verification failed. yuway@DESKTOP-I57JE8S MINGW64 /f/Hololens/GitHub/2D $ ssh -vT [email protected] OpenSSH_7.3p1, OpenSSL 1.0.2j 26 Sep 2016 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to github.com [192.30.253.113] port 22. debug1: Connection established. debug1: identity file /c/Users/lijp/.ssh/id_rsa type 1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /c/Users/lijp/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_7.3 debug1: Remote protocol version 2.0, remote software version libssh-0.7.0 debug1: no match: libssh-0.7.0 debug1: Authenticating to github.com:22 as 'git' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: [email protected] debug1: kex: host key algorithm: ssh-rsa debug1: kex: server->client cipher: [email protected] MAC: <implicit > compression: none debug1: kex: client->server cipher: [email protected] MAC: <implicit > compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ssh-rsa SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5 SY8 The authenticity of host 'github.com (192.30.253.113)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? Host key verification failed. 已经将 id_rsa.pub 的内容添加到 github 设置里了. 求帮助. |
2
zwxbest OP windows10 下的 git
|
3
zwxbest OP |