Heroku.bat无法启动

时间:2015-09-29 08:14:08

标签: git heroku-toolbelt

我突然遇到试图在Git Bash中运行heroku toolbelt命令的问题。

$ heroku config
/c/Program Files (x86)/Heroku/bin/heroku.bat: line 9: unexpected EOF while looking for matching `''
/c/Program Files (x86)/Heroku/bin/heroku.bat: line 12: syntax error: unexpected end of file

这是heroku.bat的内容:

:: Don't use ECHO OFF to avoid possible change of ECHO
:: Use SETLOCAL so variables set in the script are not persisted
@SETLOCAL

:: Add bundled ruby version to the PATH, use HerokuPath as starting point
@SET HEROKU_RUBY="%HerokuPath%\ruby-1.9.3\bin"
@SET PATH=%HEROKU_RUBY%;%PATH%;%ProgramFiles(x86)%\Git\bin

:: Invoke 'heroku' (the calling script) as argument to ruby.
:: Also forward all the arguments provided to it.
@ruby.exe "%~dpn0" %*

是的,我确实尝试更改此文件(添加和删除一些'符号),但仍然无法正常工作。请有人帮帮我。 Pakage我使用:heroku toolbelt:3.42.11 Windows 10 - 64位

非常感谢你。

1 个答案:

答案 0 :(得分:1)

如果您使用git-bash运行heroku.bat

会发生这种情况

改为使用普通的Windows命令提示符。

没有解决问题:(