Question

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'
Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top