Heroku 构建 api 问题
Heroku Build api issue
我正在使用 Heroku 构建 API,如记录 here。
在源 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
谁能解决这个问题?
不用 .zip 试试
"source_blob": {
"url": "https://github.com/heroku/node-js-getting-started/archive/master"
}
我正在使用 Heroku 构建 API,如记录 here。
在源 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
谁能解决这个问题?
不用 .zip 试试
"source_blob": {
"url": "https://github.com/heroku/node-js-getting-started/archive/master"
}