repository - Cannot git clone or push from/to gitlab server -


i have built gitlab server on ubuntu computer installation guide on www.gitlab.org official website tells.
signed in gitlab server homepage through ie browser in client computer.

subsequently modified "my profile" , uploaded ssh public key.
logged out , reboot server, login again.
create first git project : gitlab_testing.git

at time when did 'git clone' download gitlab_testing.git repository server, or when push first commit upon server, showed below error message, please kindly see below snapshots :

failed push

failed clone

as mentioned here:

"name or service not known" socket-level error points either invalid ip address/dns hostname, or unregistered port name.

check if proxy issue (as in this question).

either need configure proxy, or make sure don't use proxy when accessing local gitlab server (using no_proxy environment variable)


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -