24 Jan
2020
24 Jan
'20
9:17 a.m.
Hi
$ git clone ssh://aur@aur.archlinux.org/white_dune.git Cloning into 'white_dune'... aur@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 PreferredAuthentications publickey IdentityFile ~/.ssh/aur AddKeysToAgent yes ... $ git push aur@aur.archlinux.org: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights $ Is this .ssh/config enough for ssh-agent ? so long MUFTI