0

我正在使用此处记录的 Heroku Build API 。

在源 blob 中,我提供了存储库的 git url

"source_blob": {
  "url": "https://github.com/heroku/node-js-getting-started/archive/master.zip"
}

我经常看到以下错误:

Unable to fetch source from:https://github.com/heroku/node-js-getting-started/archive/master.zip

有谁能解决这个问题?

4

1 回答 1

1

不带 .zip 试试

"source_blob": { 
"url": "https://github.com/heroku/node-js-getting-started/archive/master"
}
于 2018-09-06T00:22:10.633 回答