On 30/12, Marcel Korpel wrote:
$ git push master fatal: 'master' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
You need to actually specify the remote too, named origin by default when you clone a repo, so `git push origin master`