解决gem无法安装插件的问题
就是因为gem的来源用了https开头的连接,所以导致执行不了,具体原因你懂的
解决办法
gem sources -a http://gems.github.com没错,改成不加密的。。。