Unable to resolve host: when pushing
Hi
Using ubuntu to connect to internal gitlab server.
This is my first time using gitlab: after setup i have tried
git push -u origin master
the response is:
fatal: unable to access 'http://gitlabserver..local/-/fawkes.git/': Could not resolve host: gitlabserver.*.local
dig gitlab.com
; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> gitlab.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53531 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;gitlab.com. IN A
;; ANSWER SECTION: gitlab.com. 124 IN A 172.65.251.78
;; Query time: 29 msec ;; SERVER: 192.168.1.254#53(192.168.1.254) ;; WHEN: Thu Nov 26 10:19:07 GMT 2020 ;; MSG SIZE rcvd: 55
Can anyone help?