I have generated a public key, private key pair.
I’ve set the public key to the site.
How to use the console in windows to clone a git repository?
What do I do with the private key?
I keep getting: the remote end hung up unexp.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The private key need to be stored:
%HOME%directory (ig%HOME%is not set, set it to %HOMEPATH% (for Vista or Seven).ssh/id_rsa.pub, juste beside your private keyid_rsa%HOME%\.ssh\id_rsa # your private key %HOME%\.ssh\id_rsa.pub # your public keySee:
Both links are for GitHub, which may not be your exact situation, but they still contain valid informations.
Plus, for certain host providers like GitHub, additional informations need to be set.