I try to push my project and it shows me this in the terminal (I use MacOS): fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Operation timed out
I tried to clone a project and it showed me that, then I tried to push one in my personal GitHub and it showed it again. Before trying to clone the project it worked well. Idk why is this happening.
joanskenderi@joans-mbp Course Goals App % git push origin master
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Operation timed out
joanskenderi@joans-mbp Course Goals App % git remote -v
origin git://github.com/joanskenderi/Course-Goals-App.git (fetch)
origin git://github.com/joanskenderi/Course-Goals-App.git (push)
joanskenderi@joans-mbp Course Goals App %
git remote -v
? – Kingwood