Hi. I just got a new router today, and all of sudden ALL git commands (git clone, git pul, git pushl) to gitlab give the following error:
fatal: unable to access ‘https://gitlab.com/Example/MyRepo.git/’: Could not resolve host: gitlab.com
I can access gitlab.com from my browser, however the following commands on command line ALL fail:
ping gitlab.com
Ping request could not find host gitlab.com. Please check the name and try again.
curl https://www.gitlab.com
curl: (6) could not resolve host
curl https://gitlab.com/cdn-cgi/trace
curl: (6) Could not resolve host: gitlab.com
curl -svo /dev/null https://gitlab.com
- Could not resolve host: gitlab.com
- shutting down connection #0
I assume this is a firewall/IP issue on my router or internet service provider. Any ideas?