Hello, I’m working through this article:
https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-building-interactive-websites/tracks/fscj-22-git-and-github-part-i/modules/wdcp-22-introduction-to-github-beddaab4-bbb4-4be7-ba2d-76e9743caac7/articles/f1-u3-git-setup
when i get to the
git push -u origin main
bit when trying to push to github i get this error:
fatal: unablee to access ‘https://github.com.FreakingLoki/git_practice.git/’ could not resolve host: github.com.FreakingLoki
FreakingLoki is my username on GitHub
I tried testing my connection by using
ping github.com
and do get a reply:
Pinging github.com [140.82.114.3] with 32 bytes of data:
Reply from 140.82.114.3: bytes=32 time=40ms TTL=243
Reply from 140.82.114.3: bytes=32 time=38ms TTL=243
Reply from 140.82.114.3: bytes=32 time=36ms TTL=243
Reply from 140.82.114.3: bytes=32 time=37ms TTL=243
Ping statistics for 140.82.114.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 36ms, Maximum = 40ms, Average = 37ms
I’m not sure what i could be missing. I’ve poked around on Stack Overflow and here on the Codecademy Forums and none of the suggested fixes seem to work. I’ve tried resetting proxy configs and the like I’m on a personal windows PC not behind a proxy and my firewall is allowing git through. Nothing seems to be working.
Thank you all in advance.