MacOS drops SSH GitHub access all the time.
Using MacOS Monterey 12.6 on a Mac Book Pro.
Every time I do a push I get the error: git@github.com: Permission denied (publickey)
And so every time I have to enter into the terminal:
ssh-add -l -E sha256
ssh-add ~/.ssh/id\_rsa
There must be a way of fixing this. Any ideas?
Many thanks
MacBook Pro