[aur-general] git push failed 8-(
Lone_Wolf
lone_wolf at klaas-de-kat.nl
Thu Jan 30 10:36:26 UTC 2020
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
More information about the aur-general
mailing list