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

sourcetree error can not push pull ssh #346

Open
cjmling opened this issue Dec 23, 2023 · 0 comments
Open

sourcetree error can not push pull ssh #346

cjmling opened this issue Dec 23, 2023 · 0 comments

Comments

@cjmling
Copy link
Owner

cjmling commented Dec 23, 2023

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

image

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

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

No branches or pull requests

1 participant