赞
踩
Git官网下载地址:https://git-scm.com/downloads,一路next即可安装完成。
$ git config --global user.name "your name"
$ git config --global user.email "your email"
注意:此用户名和邮箱是Git提交代码时用来显示你身份和联系方式的,并不是GitHub用户名和邮箱
$ ssh-keygen -t rsa -C "your_email@youremail.com"
生成的密钥在这里:C:\Users\Administrator.ssh
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。