I've just created a new Github repository, but apparently forgot to allow Github to create the README and so on with which it helpfully offers to initialize the repository.
I attempted to create this locally and push it with the following commands:
git remote add origin
git push -u origin master
However, it keeps giving me the error:
https://github.com/Arkaaito/<repo>/info/refs not found: did you run git update-server-info on the server?
I don't know how to run git update-server-info on Github because Github does not provide shell access via ssh; there's got to be some UI option for it somewhere, but I don't know where. Can anyone help me find the blindingly obvious?