为什么 Ruby 给出错误 "point is not on curve"?
Why is Ruby giving an error "point is not on curve"?
当我 运行 部署 capistrano 时,出现以下错误。
cap aborted!
OpenSSL::PKey::EC::Point::Error: point is not on curve
我正在使用最新版本的 Capistrano、Ruby 和 Openssl。
问题的原因是 ~/.ssh/known_hosts
已损坏。通过删除文件,问题得到解决。
当我 运行 部署 capistrano 时,出现以下错误。
cap aborted!
OpenSSL::PKey::EC::Point::Error: point is not on curve
我正在使用最新版本的 Capistrano、Ruby 和 Openssl。
问题的原因是 ~/.ssh/known_hosts
已损坏。通过删除文件,问题得到解决。