Weird error all of a sudden. I've made no changes to the install.
Created by: trusktr
I tried to push some code just a moment ago, and gitlab returns the following back to my shell through the SSH connection:
┌─[04:39:25/GARGANTUAN/harkonnis/~/src/hp-dsat]
└─╼ git pull
/usr/lib/ruby/2.1.0/net/http.rb:879:in `initialize': getaddrinfo: Name or service not known (SocketError)
from /usr/lib/ruby/2.1.0/net/http.rb:879:in `open'
from /usr/lib/ruby/2.1.0/net/http.rb:879:in `block in connect'
from /usr/lib/ruby/2.1.0/timeout.rb:67:in `timeout'
from /usr/lib/ruby/2.1.0/net/http.rb:878:in `connect'
from /usr/lib/ruby/2.1.0/net/http.rb:863:in `do_start'
from /usr/lib/ruby/2.1.0/net/http.rb:852:in `start'
from /usr/share/gitlab-shell/lib/gitlab_net.rb:62:in `get'
from /usr/share/gitlab-shell/lib/gitlab_net.rb:17:in `allowed?'
from /usr/share/gitlab-shell/lib/gitlab_shell.rb:59:in `validate_access'
from /usr/share/gitlab-shell/lib/gitlab_shell.rb:23:in `exec'
from /usr/share/gitlab-shell/bin/gitlab-shell:16:in `<main>'
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Isn't that strange? Any idea why this is happening all of a sudden?