Merhaba,
Key oluşturdum.
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$(ssh-agent -s)"
Önceki id leri sildim.
ssh-add -D
Yenisini tanıttım.
ssh-add ~/.ssh/id_rsa
Ekrana yazdırdım ve kopyaladım.
cat < ~/.ssh/id_rsa.pub
SSH and GPG Keys sayfasına ekledim.
sudo git clone git@github.com:1YalcinSahin1/proje.git
yaptığımda hala hata alıyorum.
Cloning into 'proje'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository
Hatayı nerede yapıyor olabilirim ?