GIT 开始一次旅行 三 ( 建立一个github 远程 仓库)

1.建立 github

https://github.com/  

注册一个用户名。登陆后


之后 点击New



GIT 开始一次旅行 三 ( 建立一个github 远程 仓库)_第1张图片


点击GIT 开始一次旅行 三 ( 建立一个github 远程 仓库)_第2张图片

Create repository

有了一个远程的仓库。

2. 添加 SSH  KEY。

参考  https://help.github.com/articles/generating-ssh-keys

写的非常详细。

a. 生成 KEY

ssh-key -t rsa -C "[email protected]"

b. 把key拷贝到 github的设置 中。

3.clone code


 git clone [email protected]:chunhai999/git-test.git

得到了一个 仓库中的README 文件。成功。





你可能感兴趣的:(git)