I am getting the below error while cloning my repository:
Gurudas@Gurudas MINGW64 /e/Python/Python Programs (master)
$ git clone https://github.com/Anu1996rag/Python_Basics.git
Cloning into 'Python_Basics'...
fatal: unable to access 'https://github.com/Anu1996rag/Python_Basics.git/': getaddrinfo() thread failed to start
What can I do to fix this error?
getaddrinfopart of the error message seems like it's pointing to a DNS problem. Can youping github.comfrom your terminal/shell? I'm not familiar withMINGW64and perhaps you should add that tag to the question in case it's related.