In command prompt when I run bundle install
I got an error showing there
`fetch_http': bad response Service Unavailable 503
If anybody else faced such error before?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@ruby,
I suppose there will be some problem with your Internet connection. Please recheck your connection.
Or any plugin/gem is unfetchable.
503 ->Service Unavailable
That means:
Server cannot respond due to maintenance or overloading. For example, a servlet might return this header if some thread or database connection pool is currently full. Server can supply a Retry-After header.