We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure how exactly was it done but it was error with ssh key.
One thing we need to do is change the ssh client from putty to ssh.
Open Tools > Options
Then we need to import ssh key (the one end with .pub)
Tools > Add ssh-key
Most likely it will be at C:\Users\{username}\.ssh
C:\Users\{username}\.ssh
IF you don't have then generate one by
ssh-keygen -t ed25519 -C "your_email@example.com"
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure how exactly was it done but it was error with ssh key.
One thing we need to do is change the ssh client from putty to ssh.
Open Tools > Options
Then we need to import ssh key (the one end with .pub)
Tools > Add ssh-key
Most likely it will be at
C:\Users\{username}\.ssh
IF you don't have then generate one by
ssh-keygen -t ed25519 -C "your_email@example.com"
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
The text was updated successfully, but these errors were encountered: