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

Cmder ssh keys for github #11

Closed
mikeleworthy opened this issue Oct 29, 2013 · 6 comments
Closed

Cmder ssh keys for github #11

mikeleworthy opened this issue Oct 29, 2013 · 6 comments
Milestone

Comments

@mikeleworthy
Copy link

Cmder does not seem to see my ssh keys? I keep getting Permission denied (publickey) even though I have the github_rsa file in the .ssh folder

Many thanks.

@samvasko
Copy link
Contributor

samvasko commented Nov 3, 2013

Hello,
try replace your vendor/init.bat with this one
Does that fix the problem?

@mikeleworthy
Copy link
Author

Hi there, thanks for getting back.

I replaced it with that as suggested and unfortunately I still get

git pull
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@ghost
Copy link

ghost commented Nov 11, 2013

I get this error too :-(

@ghost
Copy link

ghost commented Nov 18, 2013

This is working for me now from the Master branch download

@tclancy
Copy link

tclancy commented Nov 27, 2013

I was able to work around the problems with SSH keys by replacing config/.ssh with a symlink to the .ssh directory under my user folder (where my keys happen to live). You could also do this by just copying the contents from one directory to the other. It looks like msysgit expects the keys to live under the folder defined by %HOME% and by default that's the config directory under your copy of Cmder. vendor/init.bat sets it but it didn't seem to stick for me. I'm using the latest download, not the master branch.

@johnkors
Copy link

Does not work with the latest Chocolatey-package.

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

4 participants