GitHub上传项目
1、注册GitHub账号:https://github.com 2、建立新的仓库:New repository 3、安装git客户端 windows:http://msysgit.github.com/ mac:http://code.google.com/p/torroisegit/ 4、建立本地仓库 例如:C:\MyRepository\1ke_test 进入1ke_test文件夹 右键选择git init here,出现.git文件夹,创建成功。 右键选择git bash,执行:git init 5、创建ssh key:ssh-keygen -t rsa -C "your_email@youremail.com...【详细】
GitHub
git
2016年12月15日
赞:0
评论:0
阅读:853
共1个
共1页