The getting started page for Dotty gives this instruction for starting a new project:
Create a Dotty project:
sbt new lampepfl/dotty.g8
When I run this, I get this error:
git@github.com:lampepfl/dotty.g8.git: invalid privatekey: [B@58aa5c94
It appears that possibly my authentication with GitHub is failing. Some googling led me to this answer which says it is due to using a newer OpenSSH id_rsa
key.
So I created a new SSH key ~/.ssh/id_rsa.nonopenssh
, added it to my SSH agent, and added it to my GitHub account, but I'm still getting the error. How do I fix this?