i am unable to push my code and i am having error
git push origin master
fatal: unable to access ‘https://git.codecrafters.io/’: Failed to connect to git.codecrafters.io port 443 after 21204 ms: Could not connect to server
I want to know is it a problem of my network or a codecrafter issue
I had the same problem is due to your IAP (Internet Access Provider) some of them are blocking certain domain name like .io, .net etc… to solve my issue i used a VPN (protonVPN for my case) you can use anyone that is suitable for you
1 Like
Hey @toast210, Could you try running this command:
curl -vvv https://git.codecrafters.io/
And send us the results you get?
This’ll help us debug the issue further. If you could try this on different network connections (mobile data vs. wifi for example), that’d be useful to know too - sometimes firewalls can mess with these requests.