- 在GitHub上新建一个仓库
- 打开git Bash Here,切换到你想要的文件路径
- git clone 仓库地址
- 复制下来后把自己的文件复制粘贴进仓库的那个文件夹下
- 切换到仓库文件路径
git statusgit add .git commit -m '提交代码'git push- 在GitHub上找到setting,Git Page,将source设置为master.
关于上传本地项目到GitHub并生成链接
最新推荐文章于 2024-10-23 15:50:46 发布
git statusgit add .git commit -m '提交代码'git push
5712
2147

被折叠的 条评论
为什么被折叠?