* Lukas Fleischer <archlinux@cryptocrack.de> (Mon, 29 Dec 2014 22:01:45 +0100):
5. If you want to submit changes to a package base, you need to clone the package repository via SSH:
$ git clone ssh+git://aur-dev.archlinux.org/foobar.git/
When making changes to the repository, make sure you always include the PKGBUILD and .SRCINFO in the top-level directory. You can submit new versions of a package base to the AUR by committing the new PKGBUILD and .SRCINFO and running `git push`.
I followed all steps, cloned empty repository 'ctemplate' and did an initial commit, but git push failed: $ git push No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. fatal: The remote end hung up unexpectedly error: failed to push some refs to 'ssh+git://aur-dev.archlinux.org/ctemplate.git/' $ 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. $ git l * 73f44cb (HEAD, master) Initial commit 6 minutes ago What did I do wrong? Regards, Marcel