I'm getting this error from the terminal (ubuntu), although if I write ssh -T git@github.com
I appear to be authenticated.
I've just added a new ssh key, and I have a global config file. I've already tried different solutions found online, with no luck.
Can anyone help please?
I've tried
`git push -u origin master` or `git push -u origin main`
and this is the output of git remote:
$ git remote -v
origin https://github.com/loucat-dev/github-test.git (fetch)
origin https://github.com/loucat-dev/github-test.git (push)
origin git@github.com:loucat-dev/github-test.git (push)