1、git官网下载git
2、github官网创建repository
3、创建专门存放repository的文件夹
4、复制https地址
5、mygit右键选择Git Bash Here
6、执行以下命令
(1)git clone 复制的https地址
(2)复制目标文件到创建的目录中
(3)cd github上创建的项目名
(4)git init
(5)git add .
(6)git commit -m “项目描述”
(7)git push
7、回到github上查看是否上传成功
上传项目到github中(最简单完整版本)
于 2023-01-31 21:09:48 首次发布