使用git上传下载github上的代码
1、安装git2、在本地创建ssh key
ssh-keygen -t rsa -C "your_email@youremail.com"比如 ssh-keygen -t rsa -C "ray
2016-07-29