Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.9k views
in Technique[技术] by (71.8m points)

git clone with ssh issue

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The private key need to be stored:

  • in %HOME% directory (ig %HOME% is not set, set it to %HOMEPATH% (for Vista or Seven)
  • under .ssh/id_rsa.pub, juste beside your private key id_rsa
    %HOME%.sshid_rsa      # your private key
    %HOME%.sshid_rsa.pub  # your public key

See:

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...