我在bitbucket(git)上的存储库上有一个项目。 这是一个jhipster项目。 我想将我的应用程序放在heroku上,但执行此命令时出错:
yo jhipster:heroku
错误就是这个:
Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "mvn package -Pprod -DskipTests=true && heroku deploy:jar --jar target/*.war --app set git r"
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12
! You do not have access to the app set.
我尝试了不同的东西:
git remote rm heroku
和
git remote rename set production
第二个命令出错:
error: Could not rename config section 'remote.set' to 'remote.production'
任何想法?