fatal: unable to access <link> getaddrinfo() thread failed to start

Tanishq Vyas picture Tanishq Vyas · Jan 25, 2020 · Viewed 9k times · Source

When I type : git push origin master

Error :

fatal: unable to access 'https://github.com/rashmitashenoy/slot9io.git/': getaddrinfo() thread failed to start

What do I do?

Answer

Flavio Aparecido Ribeiro picture Flavio Aparecido Ribeiro · Apr 18, 2020

I had the same problem, I tried several solutions until I found out that in my case it was the firewall. Mine was the "Free Firewall", I noticed that even authorizing the software and connections it was still not possible to have a connection to the remote repository. I disabled it and it didn't solve it, only when I uninstalled it that the problem was solved and I was able to use Git normally.