创建SSH秘钥

参考 : http://www.zhaowenyu.com/note_ssh_rsa.html

复制到Github

git clone

下载使用支持SSH协议的git路径,不能使用https协议。

例如:

git clone git@github.com:vinnyzhaowenyu/mdnote.git

测试

git add .
git commit -m "update"
git push