Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 mintty 中运行 heroku 时(尝试了 mingw 和 cygwin),它什么也不做,没有电子邮件提示。但是当我通过 bash(mingw 或 cygwin)运行 heroku 时,它会按预期运行(询问我的 heroku 凭据)。薄荷有什么问题。还尝试使用 clear minttyrc 配置文件。
winpty从安装https://github.com/rprichard/winpty/releases/。下载 tarball,解压缩并添加到 PATH。
winpty
https://github.com/rprichard/winpty/releases/
然后在薄荷:
winpty heroku.cmd login
应该管用。