我正在尝试在 DigitalOcean 上使用 Dokku 构建 Dart 项目。以与 Node.js 项目相同的方式进行操作。但是在将 git 推送到 Dokku 来源时出现错误。你能帮我解决这个问题吗:
$ git push dokku master
Counting objects: 632, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (605/605), done.
Writing objects: 100% (632/632), 7.98 MiB | 74.00 KiB/s, done.
Total 632 (delta 264), reused 0 (delta 0)
-----> Building svpe ...
Dart app detected
-----> Welcome, this machine is: Linux e82c0d50ae50 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:35:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
-----> Installing Dart VM via URL http://commondatastorage.googleapis.com/dart-editor-archive-integration/latest/dartsdk-linux-64.tar.gz
remote: % Total % Received % Xferd Average Speed Time Time Time Current
remote: Dload Upload Total Spent Left Speed
remote: 100 127 100 127 0 0 426 0 --:--:-- --:--:-- --:--:-- 494
remote:
remote: gzip: stdin: not in gzip format
remote: tar: Child returned status 1
remote: tar: Error is not recoverable: exiting now
To dokku@95.85.57.74:svpe
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@95.85.57.74:svpe'