GIt connection closed by remote host

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


GIt connection closed by remote host



I just configure two ssh keys on git, but when i test ssh connection it returns a error,here is the debug log:



debug1: key_load_public: No such file or directory



Connection to code.aliyun.com closed by remote host.
Connection to code.aliyun.com closed.
Transferred: sent 2528, received 1472 bytes, in 0.0 seconds
Bytes per second: sent 12863830.2, received 7490331.5
debug1: Exit status -1
I don't know where went wrong, I have send the public key to the sever and still got a error,thanks









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived