Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add Troubleshooting to readme #1063

Closed
wants to merge 1 commit into from

Conversation

yuantongkang
Copy link

Adding the content to facilitate Windows users in troubleshooting SSH issues

Comment on lines +57 to +62

To convert your SSH private key to the PEM format, please use the following command:
```bash
ssh-keygen.exe -m pem -f .\id_rsa -p
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command may vary by use-case -- perhaps it makes more sense to label this section "Known Issues" and leave out the script here? Not sure personally.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are many known issues in libgit2. Unsure why we specifically call this out. Perhaps just refer to libgit2 if they have a known issue list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants