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

相关文章:

  • 2022-12-23
  • 2021-04-17
  • 2021-04-01
  • 2021-10-17
  • 2022-12-23
  • 2021-12-22
  • 2021-08-02
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2021-11-15
  • 2021-11-30
  • 2021-10-05
  • 2021-04-03
  • 2022-12-23
相关资源
相似解决方案