Tag: git clone

为什么Heroku无法检测到Node.js构build包?

我git克隆了一个Node.js应用程序(在package.json中指定的版本是4.1.2,而我的本地机器版本是6.2.2),并试图在Heroku上推git。 但它没有build立,并给出了这个错误: Failed to detect set buildpack https<span>:</span>//codon-buildpacks.s3.amazonaws&period;com/buildpacks/heroku/nodejs.tgz 现在我把buildpack设置为heroku / nodejs,我得到这个消息: Buildpack set. Next release on lit-badlands-92088 will use heroku/nodejs. Run git push heroku master to create a new release using this buildpack. 现在当我运行git push heroku master ,我又被告知: remote: —–> Failed to detect set buildpack https<span>: </span>//codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/nodejs.tgz remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure remote: remote: ! Push […]