来自WampServer WWW文件夹的新存储库无法完全发布

时间:2017-07-28 03:21:01

标签: github github-for-windows

我在Windows 10上使用GitHub Desktop 0.7.0并尝试将WampServer项目发布为GitHub存储库但是在发布存储库之后我没有看到任何包含Desktop GitHub或我{{1}的文件}。

以下是我发布名为github.com的存储库的步骤,该存储库基本上是一个简单的网站应用程序。

1-我试图从GitHub Desktop File添加一个新的存储库 - > MapApp选项。

enter image description here

enter image description here

2- Navaigated到WampServer WWW 文件夹

enter image description here

3-选择Add Local Repository...文件夹后,此对话框显示

enter image description here

4-我点击MapApp,此对话框出现

enter image description here

5-我只是输入了Create A repository的存储库名称并单击了MapApp,最终我发布了存储库

enter image description here

在存储库(桌面应用程序/ Web)的两侧

但是我没有看到任何包含文件和文件夹! enter image description here

以下是桌面和网络视图的输出

enter image description here

enter image description here

抱歉花了太长时间,但我试图说明我做了什么

1 个答案:

答案 0 :(得分:1)

创建和发布还不足以查看已发布的文件。

您需要在发布(再次)您的仓库之前在本地添加和提交它们(不需要重新创建它)

请参阅“Committing and reviewing changes to your project

https://help.github.com/assets/images/help/desktop/commit-all-win.png

https://help.github.com/assets/images/help/desktop/commit-button-win.png

在命令行中,您可以:

cd /path/to/repo
git add .
git commit -m "first commit"

然后发布,或git push