You are not logged in.
Hi,
I am maintaining a package (apache-tools) along with a co-maintainer.
He forgot to include .SRCINFO last time, and i am struggling to get it in now.
after updating .SRCINFO now, i tried to change the last commit via amend, which seems to work. but then i get a 403 every time attempting to write to aur.
~/apache-tools > git commit --amend .SRCINFO
[master bd68a7c] version update (only building tested)
Author: So Wieso <mail>
Date: Wed Aug 5 16:35:13 2015 +0200
2 files changed, 5 insertions(+), 9 deletions(-)
~/apache-tools > git push
fatal: unable to access 'https://aur.archlinux.org/apache-tools.git/': The requested URL returned error: 403What am I missing here?
Last edited by ford prefect (2015-09-24 13:07:36)
towel-day.com
nvidia ist keine Hautcreme
Offline
https != ssh
Offline
Your remote address is wrong -- that is the read-only url for cloning. You should be pushing to ssh://aur@aur.archlinux.org/apache-tools.git
Read through https://wiki.archlinux.org/index.php/Ar … g_packages
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
yipp, my fault.
cloning from ssh and amending then just works.
thanks
towel-day.com
nvidia ist keine Hautcreme
Offline