window XP 安装Git, Set up Github

1.Generate a new SSH key.

To generate a new SSH key, enter the code below. We want the default settings so when asked to enter a file in which to save the key, just press enter.

$ ssh-keygen -t rsa -C "your_email@youremail.com"

这一步开始是很顺利,因为我把路径

你可能感兴趣的:(github)