Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.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
Heroku Dart构建包:将应用程序推送到Heroku_Heroku_Dart_Push_Buildpack - Fatal编程技术网

Heroku Dart构建包:将应用程序推送到Heroku

Heroku Dart构建包:将应用程序推送到Heroku,heroku,dart,push,buildpack,Heroku,Dart,Push,Buildpack,我正在使用以下Github存储库中的“Heroku buildpack for Dart”: 我按照一组命令将使用Dart构建的HTTP服务器部署到Heroku,一旦我尝试将应用程序推送到Heroku(git push Heroku master),我会收到以下错误: remote: End-of-central-directory signature not found. Either remote: this file is not a zipfile, or i

我正在使用以下Github存储库中的“Heroku buildpack for Dart”:

我按照一组命令将使用Dart构建的HTTP服务器部署到Heroku,一旦我尝试将应用程序推送到Heroku(git push Heroku master),我会收到以下错误:

    remote:   End-of-central-directory signature not found.  Either 
    remote:   this file is not a zipfile, or it constitutes one disk of 
    remote:   a multi-part archive.  In the latter case the central 
    remote:   directory and zipfile comment will be found on the last 
    remote:   disk(s) of this archive.
    remote: unzip:  cannot find zipfile directory in one of dart-
    remote:         sdk.zip or dart-sdk.zip.zip, and cannot find dart-
    remote:         sdk.zip.ZIP, period.
    remote:  !     Push rejected, failed to compile Dart app.
    remote: 
    remote:  !     Push failed
    remote: Verifying deploy...
    remote:  
    remote: !   Push rejected to testdartapp.
    remote: 
    To https://git.heroku.com/testdartapp.git
     ! [remote rejected] master -> master (pre-receive hook declined)
    error: failed to push some refs to 
    'https://git.heroku.com/testdartapp.git'
我正在附上终端输出的屏幕截图:


任何建议都将不胜感激!提前感谢。

这可能是Dart SDK zip文件的下载提前结束或下载已损坏。这可能是Dart SDK zip文件的下载提前结束或下载已损坏。