Ruby on rails - cannot load such file — net/ssh

旧巷老猫 提交于 2019-12-05 00:47:52

You just need to add it to Gemfile like this:

gem 'net-ssh'

and run bundle install after that.

You may need to restart your IDE as well. I had this problem with Net::SFTP and Sergey Moiseev's solution worked great, but I had to restart my IDE after the bundle install.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!