drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Same install; one works the other doesn't #49

Open steveyum opened 10 years ago

steveyum commented 10 years ago

have it working fine on one ubuntu 14.04 server. the other throws an error:

Unable to get users undefined method `response' for #<Errno::ECONNREFUSED: Connection refused - connect(2)>

this is driving me nuts. there doesn't seem to be any difference between the two servers. please advise

jvanbaarsen commented 10 years ago

Is that server able to ping the GitLab server?

steveyum commented 10 years ago

yes. it pings fine. i can ssh into into it fine. all the gitlab stuff works fine using the web interface. just a problem between /usr/local/bin/gitlab and the gitlab server.