gitomatic icon indicating copy to clipboard operation
gitomatic copied to clipboard

Key Types are Unrecognized

Open ProfessorManhattan opened this issue 3 years ago • 1 comments

Hey, I've tried for about an hour but I can't get any combination of keys/settings working. Can anyone provide an example of a working configuration?

Here's one I tried that does not work, for instance:

ssh-keygen -t ecdsa -b 521 -C "[email protected]"
# Add key to GitHub
gitomatic -privkey ~/.ssh/id_ecdsa_gitomatic ./

Shows this error:

git-o-matic
cannot parse key: ssh: unhandled key type

This project is pretty cool but is not working ATM.

ProfessorManhattan avatar Mar 17 '22 23:03 ProfessorManhattan

I'm having a similar issue:

$ gitomatic ~/Documents/Projects/C++/Ateams

git-o-matic
cannot parse key: ssh: cannot decode encrypted private keys

Thanks.

Dominiquini avatar Oct 24 '24 03:10 Dominiquini