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://a...@aur.archlinux.org/mesa-git.git (fetch)
originĀ  ssh://a...@aur.archlinux.org/mesa-git.git (push)
$


Lone_Wolf

Reply via email to