So the issue that I’m facing currently is someone has given me their OpenSSH private key alongside a repo name which is private and the GitHub username which I don’t have access to,
this is the format of the private key provided:
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNz...
-----END OPENSSH PRIVATE KEY-----
and I need to clone the repository into my windows, but nothing I did work, so I’m trying to see if I’m approaching it all wrong.
2