-
When I'm trying to clone the repro via: I'm getting a bunch of errors, tried to look for any dependency issues, but not getting past this:
... etc.
Any suggestions? I've had no probs closing the seaport repro, just this seadrop repro. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@mixart you need to set up your SSH key configuration properly in github and locally on your machine. https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey If you already have an ssh key setup then chances are it wasn't added to your ssh-agent and when you try to perform a clone with the git@github.com user it fails. Output from this command will show you which keys were attempted.
You'll need to add your specific key using:
|
Beta Was this translation helpful? Give feedback.
@mixart you need to set up your SSH key configuration properly in github and locally on your machine.
https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey
If you already have an ssh key setup then chances are it wasn't added to your ssh-agent and when you try to perform a clone with the git@github.com user it fails.
Output from this command will show you which keys were attempted.
You'll need to add your specific key using: