سؤال

Trying to use active admin for rails 4.1 and getting error:

Fetching git://github.com/gregbell/active_admin.git
fatal: unable to connect to github.com:
github.com[0: 192.30.252.131]: errno=Connection refused

Gemfile

gem 'activeadmin', github: 'gregbell/active_admin'
هل كانت مفيدة؟

المحلول

As already commented this is probably a network issue - most likely something blocking the git protocol altogether.

More information and workarounds here Why do I get "unable to connect a socket" when I try to clone via a git URL?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top