Git Heroku.bat无法运行启动

Git Heroku.bat无法运行启动,git,heroku-toolbelt,Git,Heroku Toolbelt,在GitBash中运行heroku工具带命令时,我突然遇到了问题 $ 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 下面是herok

在GitBash中运行heroku工具带命令时,我突然遇到了问题

$ 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" %*
是的,我确实试图更改此文件(添加和删除一些“符号”),但仍然无法工作。谁来帮帮我。 我使用的包装:heroku工具带:3.42.11 windows 10-64位

多谢各位

如果使用git bash运行heroku.bat,就会发生这种情况

改用普通的windows命令提示符


未解决问题:(

我尝试从windows cmd运行,但提示挂起:
设置节点-v4.1.1…..