30 Jan
2020
30 Jan
'20
11:36 a.m.
On 30-01-2020 10:23, J. Scheurich wrote:
Hi,
I used git add/git commit as usual.
But "git push" fails with:
$ git push fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The requested URL returned error: 403
any idears ?
so long MUFTI
the https link is read-only, you can't push to it. run *git remote -v* from the folder you have the local copy and post the output.. for reference here's the output for my local repo of my aur mesa-git package. $ git remote -v originĀ ssh://aur@aur.archlinux.org/mesa-git.git (fetch) originĀ ssh://aur@aur.archlinux.org/mesa-git.git (push) $ Lone_Wolf