I did push origin master and after that I have an error:
$ git push origin master
fatal: https://github.com/myusername/my-first-project-test.git/info/refs not found: did you run git update-server-info on the server?
I did:
$ git update-server-info
but it doesn't help at all.