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
probably you were trying to clone like this:
git clone https://github.com/TeaCodie/TeaCodie-Website.git
Then you got this error:
fatal: https://github.com/TeaCodie/TeaCodie-Website.git/info/refs not found: did you run git update-server-info on the server?
Here is what worked for me:
git clone https://github.com/TeaCodie/TeaCodie-Website.git/.git
because the directory "info/refs" is in the .git directory.