Hi,
I am trying to upload a PKGBUILD for the pastix package that was available in aur3 but not in aur4. I am not the maintainer of the aur3 package.
I followed the steps in the wiki, `git clone ssh://aur@aur.archlinux.org/pastix.git` worked (it created a local empty directory). I commited the changes, but when I push, I get the error:

Pushing to ssh://aur@aur.archlinux.org/pastix.git
Enter passphrase for key :
git-receive-pack: permission denied: getzze
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


It should not be a problem with ssh, because `ssh aur@aur.archlinux.org help`works fine and I could create the package hypre before.

Any chance somebody already created an empty pastix.git, so I do not have write access?