分类: 服务器与存储
2013-12-23 14:21:43
1.创建github帐号
Github: git项目托管网站,请先免费申请一个github帐号:2.在github创建一个项目
点击在linux下,运行ls ~/.ssh/Repository->new创建新项目springmvc
3.clone项目
read only
运行命令$git clone
下面的三种方法都要先在github上注册账户,然后生成相应的ssh key,并把public key添加到个人账户里面,详见github帮助
read+write
$git clone git@github.com:flyingbird1221/gerrit-trigger-plugin.git
read+write
$git clone
会提示输入密码,注意此处的密码不是你在github上账户的密码,而是当前登录系统用户的密码。
read only
$git clone git://github.com/flyingbird1221/gerrit-trigger-plugin.git
4.ssh安全认证
ssh-keygen -t rsa