In my case when I tried to use a ssh key to autenticate my commits, gitui gave me this error
Solution: After you have generate a ssh key (learn how)
You need to run:
ssh-add ~/.ssh/name_of_you_ssh_key_file
-
- In my case
ssh-add ~/.ssh/jax_mac_ssh
- In my case