[aur-general] fatal: unable to access 'https://aur.archlinux.org/...': The requested URL returned error: 403

crt crt at archlinux.email
Fri Sep 22 02:44:27 UTC 2017


On 2017-09-21 19:28, brent s. wrote:
> On 09/21/2017 09:59 PM, crt wrote:
>> $ git push --set-upstream origin master
>> fatal: unable to access
>> 'https://aur.archlinux.org/openssh-ldap-publickey.git/': The requested
>> URL returned error: 403
> 
> have you tried pushing via SSH?
> 
> set your ssh pubkey in your account settings, and instead of using:
> 
>     url = https://aur.archlinux.org/openssh-ldap-publickey.git/
> 
> use:
> 
>     url = aur at aur.archlinux.org:openssh-ldap-publickey
> 
> This can be changed via:
> 
>   git remote set-url origin 
> aur at aur.archlinux.org:openssh-ldap-publickey
> 
> 
> Additionally, you can check your permission/confirm ownership of the
> package:
> 
>  ssh aur at aur.archlinux.org list-repos | egrep 
> '^openssh-ldap-publickey$'
> 
> 
> HTH.

That was it. I was mistakenly cloning https rather than ssh and 
completely overlooked this.

Thank you, Brent.

-
TC


More information about the aur-general mailing list