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