1、准备工作
1)下载Git
2)注册GitHub
3)将Git与GitHub链接起来
1.获取ssh密匙
2.GitHub里 找到settings 填入密匙
2、正式开始
1)确定Git与GitHub已经连接
git init
1.git remote add origin https://gigthub.com/NekoZhong/project.git
2.git pull origin master
原文地址:https://www.cnblogs.com/sylys/p/11726984.html
时间: 2024-10-08 11:13:48