我在我的64位Windows 7上安装了Heroku工具箱。
当我运行heroku login时,它会提示我输入电子邮件。我知道,然后按回车。
但是,我得到了这样的信息:
Login is currently incompatible with git bash/cygwin
In the meantime, login via cmd.exe
https://github.com/heroku/heroku-cli/issues/84这个URL会被提交给人们讨论这个问题,但没有一个解决方案的Github问题。
如何使用Windows 7上的工具箱登录Heroku?
发布于 2015-12-15 05:40:38
如果您需要类似linux的环境,请使用与最新的git for windows一起打包的git-bash.exe。
您应该能够从基于based mingw2的会话登录。
发布于 2016-07-25 08:41:20
使用windows cmd提示符登录。之后,在git中创建应用程序或其他部分。
发布于 2017-06-20 20:02:11
使用windows cmd.exe并作为管理员运行它
https://stackoverflow.com/questions/34280742
复制相似问题