I\'m using the github Gui from their website to manage my repos, and I\'m getting the following error:
fatal: https://github.com/TeaCodie/TeaCodie-Website.gi
I met up with the same problem.
How I solved this problem is:
I use git bash to create a new repo, when I typed "git push origin master"
It reported
"fatal: https://github.com/TeaCodie/TeaCodie-Website.git/info/refs not found:
did you run git update-server-info on the server?"
Finally, I found there was not a repo on the github at all.
You'd better create a new repo first on github.
Maybe this experience can help somebody.