我有一个学生在Windows XP上开发,他在尝试运行heroku keys:add
时遇到了一个奇怪的错误。错误是:
This application has failed to start because msvcrt-ruby18.dll was not found. Re-installing the application may fix this problem.
经过大约半个小时的尝试,我的google-fu在这一次失败了。
有人可以帮忙吗?
答案 0 :(得分:1)
仅供参考我们的解决方案是install Ruby 1.8.7。由于Ruby在1.9.2中增加了显着的性能优势,因此它不是一个很好的解决方案,但是在Windows XP上本地开发Web应用程序也没有;)