【发布时间】:2011-07-01 09:13:32
【问题描述】:
我是 Ruby 新手,只是想学习它,关注 Ruby on Rails Tutorial
我正在为窗口运行 GitBash MINGW,当我运行时 (rspec 2.4.0)
rspec spec/
我得到了回应:
You must use ANSICON 1.31 or later (http://adoxa.110mb.com/ansicon/) to use
colour on Windows
...但我非常喜欢使用 MINGW。如果我使用 ANSICON,我似乎无法得到 p>
ssh-add
工作,我得到错误
Could not open a connection to your authentication agent
我可以使用 MINGW 进行推送,使用 ANSICON 进行测试,但我宁愿将它们全部放在一个控制台中。
【问题讨论】:
标签: rspec ruby-on-rails-3 mingw ssh-agent