标签:
1、下载安装git 2、初始化 仓库文件夹 git init 3、生成公钥 ssh-keygen -t rsa -C "youremail@example.com" 4、github 添加公钥 5、关联远程仓库 git remote add origin git@github.com:taoqun/mypage.git6、 git pull 同步 yes7、
ssh-keygen -t rsa -C "youremail@example.com" 4、github 添加公钥 5、关联远程仓库
git remote add origin git@github.com:taoqun/mypage.git6、 git pull 同步 yes7、
新电脑配置 git 同步github账户
原文地址:http://www.cnblogs.com/taoquns/p/5559526.html