2

I'm not able to perform the git push command in a specific project, however, in other projects everything goes well, I don't know what can be done anymore. I have a key, this key is registered on GitHub and apparently the Agent is working.

This is the result when I try to git push:

username@lenovo-ideapad-s145:~/development/projects/Learning-Laravel$ git push
sign_and_send_pubkey: signing failed for ED25519 "/home/username/.ssh/id_ed25519" from agent: agent refused operation
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I've read the documentation, but it didn't help me much.

phd
  • 69,888
  • 11
  • 97
  • 133
raulpacheco2k
  • 21
  • 1
  • 4
  • https://stackoverflow.com/q/44250002/7976758 Found in https://stackoverflow.com/search?q=sign_and_send_pubkey%3A+signing+failed+from+agent%3A+agent+refused+operation – phd Jul 14 '21 at 13:02

1 Answers1

0

You wouldn't be have configured ssh in your machine. Check if this answer helps

GitHub Error Message - Permission denied (publickey)

Lux
  • 81
  • 9