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

2020-01-24 Thread J. Scheurich
Hi $ git clone ssh://a...@aur.archlinux.org/white_dune.git Cloning into 'white_dune'... a...@aur.archlinux.org: Permission denied (publickey). fatal: Could not read from remote repository. Is your key added to the ssh-agent? $ cat ~/.ssh/config Host aur.archlinux.org User aur   

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

2020-01-24 Thread eye
Hi > $ git clone ssh://a...@aur.archlinux.org/white_dune.git > Cloning into 'white_dune'... > a...@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

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

2020-01-24 Thread J. Scheurich
Hi, Just try ``` ~ ssh a...@aur.archlinux.org help Commands: ... if this does not work for you, you'll need to fix your ssh config / keys. Thanks, that was the problem. Now i get $ git push Enumerating objects: 10, done. Counting objects: 100% (10/10), done. Delta compression using

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

2020-01-24 Thread Eli Schwartz via aur-general
On 1/24/20 4:17 AM, J. Scheurich wrote: > > Hi >>> $ git clone ssh://a...@aur.archlinux.org/white_dune.git >>> Cloning into 'white_dune'... >>> a...@aur.archlinux.org: Permission denied (publickey). >>> fatal: Could not read from remote repository. >> Is your key added to the ssh-agent? > $ cat

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

2020-01-24 Thread J. Scheurich
Hi, Is this .ssh/config enough for ssh-agent ? Are you sure your pubkey is added to your AUR profile? After recreatin/upload of the aur key it works now 8-) Thanks to all, who gave tips. so long MUFTI