Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/assembly/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
试图将github回购拉入AdobePhoneGap构建,但不起作用_Git_Github_Adobe_Phonegap Build - Fatal编程技术网

试图将github回购拉入AdobePhoneGap构建,但不起作用

试图将github回购拉入AdobePhoneGap构建,但不起作用,git,github,adobe,phonegap-build,Git,Github,Adobe,Phonegap Build,我用html、css和angular创建了一个应用程序,并将我的文件放在一个www文件夹中。将index.html文件与config.xml文件一起直接放在这个www文件夹中。我压缩了这个项目,并将它作为一个私人应用程序上传到AdobePhoneGapBuild,它在我的手机和所有东西上都能完美运行。现在我正在尝试创建一个公共应用程序,因此我需要将zip文件上载到公共github代表,然后将repo拉入phonegap构建。但是,我得到一个错误,说找不到index.html。 我的repo名为t

我用html、css和angular创建了一个应用程序,并将我的文件放在一个www文件夹中。将index.html文件与config.xml文件一起直接放在这个www文件夹中。我压缩了这个项目,并将它作为一个私人应用程序上传到AdobePhoneGapBuild,它在我的手机和所有东西上都能完美运行。现在我正在尝试创建一个公共应用程序,因此我需要将zip文件上载到公共github代表,然后将repo拉入phonegap构建。但是,我得到一个错误,说找不到index.html。 我的repo名为todo,该repo中的zip文件名为todo.zip,因此我输入的链接是 (用户名替换为我的实际用户名)

这是正确的吗?谢谢

错误截图

谢天谢地,我成功了。
我没有将zip文件上传到github,而是在zip文件中上传了www文件夹(用于phonegap项目)。然后phonegap能够检测到index.html文件。

谢天谢地,我成功了。 我没有将zip文件上传到github,而是在zip文件中上传了www文件夹(用于phonegap项目)。然后phonegap能够检测index.html文件