On 30-01-2020 10:48, J. Scheurich wrote:
But "git push" fails with:
$ git push fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The requested URL returned error: 403
| run *git remote -v* from the folder you have the local copy and post the output..
$ git remote -v
origin https://aur.archlinux.org/white_dune.git (fetch)
origin https://aur.archlinux.org/white_dune.git (push)
| the https link is read-only, you can't push to it.
What is the read/write https-link for white_dune ?
https://aur.archlinux.org/packages/white_dune/
so long
MUFTI
For an existing aur package you are (co-)maintainer : go the aur page for the package and login . You'll see *two* URIs : one starting with https and another starting with ssh . The ssh URI is the one package maintainers use and allows pushing. The general form of the ssh URI for aur packages is ssh://aur@archlinux.org/insert-pkgbase-value.git Try changing the remotes on your local repo to the ssh:// URIs, then try pushing again. LW