如何提交 - 将离子3空白推送到我的GitHub存储库?

时间:2017-12-11 14:28:47

标签: github ionic-framework ionic3

我开始使用 Ionic 3 ,但是我有一个问题是从本地计算机上传(提交,推送)更改到我的github存储库。 我遵循这些指示:

第1步:

enter image description here

第2步:

enter image description here

第3步:

enter image description here

第4步:

enter image description here

我收到的消息是“没有提交......”

第5步:

如您所见,项目中有文件(对不起箭头):

enter image description here

第6步: .gitignored file

enter image description here

有什么问题? 我需要上传到我的仓库:https://github.com/myAccount/ionic_test_1.git

有人能帮助我吗?

1 个答案:

答案 0 :(得分:1)

首先删除项目目录中的.git(隐藏文件夹)文件夹。 然后, 1)git init 2)git remote添加原点YOUR_GITPROJECT_URL 3)git add。 - >点后添加空格然后点 4)git commit -m" COMMIT_MESSAGE" 4)git push -u origin master