Answers for "error:could not resolve host"

1

unable to access : Could not resolve host: github.com

git config --global --unset http.proxy 
git config --global --unset https.proxy
Posted by: Guest on August-13-2021
0

unable to resolve host myhost

sudo vim /etc/hostname
sudo vim /etc/hosts
127.0.1.1 myhost
Posted by: Guest on July-05-2021

Code answers related to "error:could not resolve host"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language