[aur-general] AUR problem: 403 for white_dune package

eye at eyenx.ch eye at eyenx.ch
Fri Jan 24 08:43:48 UTC 2020


Hi

> $ git clone ssh://aur@aur.archlinux.org/white_dune.git
> Cloning into 'white_dune'...
> aur at aur.archlinux.org: Permission denied (publickey).
> fatal: Could not read from remote repository.
Is your key added to the ssh-agent? 

-- Toni

On 01/24 07:18, J.Scheurich wrote:
> Hi,
> > > When i try
> > > 
> > > $ git remote add white_dunessh://aur@aur.archlinux.org/pkgbase.git
> > > $ git push
> > > fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The
> > > requested URL returned error: 403
> > the "white_dune" remote you just added is not the one you are pushing
> > to. git push by default pushes to the same remote you used "git clone" on.
> > 
> > You can try:
> > - re-cloning using ssh from the start
> > - "git remote set-url originssh://......." to update the default
> >    remote's url for pushing
> > - use "git push white_dune master" to push to the alternative remote
> > 
> 
> Next trail...
> 
> $ git clone ssh://aur@aur.archlinux.org/white_dune.git
> Cloning into 'white_dune'...
> aur at aur.archlinux.org: Permission denied (publickey).
> fatal: Could not read from remote repository.
> 
> Please make sure you have the correct access rights
> and the repository exists.
> $ git clone http://aur.archlinux.org/white_dune.git
> Cloning into 'white_dune'...
> warning: redirecting to https://aur.archlinux.org/white_dune.git/
> remote: Enumerating objects: 560, done.
> remote: Counting objects: 100% (560/560), done.
> remote: Compressing objects: 100% (298/298), done.
> remote: Total 560 (delta 262), reused 560 (delta 262)
> Receiving objects: 100% (560/560), 111.68 KiB | 3.10 MiB/s, done.
> Resolving deltas: 100% (262/262), done.
> $ git remote set-url origin ssh://aur@aur.archlinux.org/white_dune.git
> fatal: not a git repository (or any parent up to mount point /)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> $
> 
> so long MUFTI
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.archlinux.org/pipermail/aur-general/attachments/20200124/82ddba20/attachment.sig>


More information about the aur-general mailing list