30 Dec
2014
30 Dec
'14
11:42 a.m.
On Tue, 30 Dec 2014 at 12:19:35, Marcel Korpel wrote:
* Johannes Löthberg <johannes@kyriasis.com> (Tue, 30 Dec 2014 01:22:24 +0100):
You need to actually specify the remote too, named origin by default when you clone a repo, so `git push origin master`
Now it works. Strange, as with other repositories `git push` just works, as 'origin' is the default.
`git push` should work. `git push master` does not work, though, because you cannot specify a refspec without specifying a remote repository.
Regards, Marcel