Marcel, On Mon, 25 May 2015, Marcel Korpel wrote:
> My public key is correctly filled in the account settings, so I guess > that the issue is due to the change of the host name. It could be me > doing something wrong, but this issue may pop up again after changing > from aur4.archlinux.org to aur.archlinux.org. Assuming that you did git remote add origin ssh+git://aur-dev.archlinux.org/your_pkgbase.git/ and git push -u origin master you could try git remote set-url origin ssh+git://[email protected]/your_pkgbase.git/ and see if that fixes the problem. --brian
