新电脑配置 git 同步github账户

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.git
6、 git pull 同步 yes
原文地址:https://www.cnblogs.com/taoquns/p/5559526.html