carrierwave Excon::Errors::SocketError
问题 I have read several posts and solutions related to this, but I still cannot figure it out and still returns " Excon::Errors::SocketError at /posts getaddrinfo: nodename nor servname provided, or not known (SocketError)" this is config/carrierwave.rb CarrierWave.configure do |config| config.fog_credentials = { :provider => 'AWS', # required :aws_access_key_id => '----', # required :aws_secret_access_key => '----', # required :region => 'eu-west-1', # optional, defaults to 'us-east-1' :host =>