github 上传文件
Posted Peter.seven
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github 上传文件相关的知识,希望对你有一定的参考价值。
1.删除项目
2. 包管理器初始化 npm init
name 必填项 后面可一直回车
最后选择yes
3.建立本地仓储
在git bash 中输入命令 git init
4. 添加 git add *
5. 提交 git commit -m “firstcommit”
6. 克隆 git clone
7. git add *
8.git commit -m "secondcommit"
9.git push
以上是关于github 上传文件的主要内容,如果未能解决你的问题,请参考以下文章