1,在本地创建文件夹,用git初始化
git init
2,添加远程库
git remote add origin git@github.com:longbowliu/LongbowRobot.git
3,生成ssh公钥
ssh-keygen -t rsa -C "llb_feng@163.com"
4,将公钥添加到github上(SSH and GPG keys)
5,clone remote resposity
git clone git@github.com:longbowliu/LongbowRobot.git