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

SSH authentication doesn't appear to work on Windows #120

Open
zombiezen opened this issue Sep 7, 2020 · 0 comments
Open

SSH authentication doesn't appear to work on Windows #120

zombiezen opened this issue Sep 7, 2020 · 0 comments
Labels
bug Something isn't working windows Windows-specific issue

Comments

@zombiezen
Copy link
Member

Running:

gg -show-git pull ssh://[email protected]/gg-scm/gg.git

gives the output:

gg: exec: git config -z --list
gg: exec: git symbolic-ref --quiet HEAD
gg: exec: git show-ref --head
gg: exec: git ls-remote --quiet -- ssh://[email protected]/gg-scm/gg.git
gg: git ls-remote "ssh://[email protected]/gg-scm/gg.git":
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

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

However, running this works:

git ls-remote --quiet -- ssh://[email protected]/gg-scm/gg.git
@zombiezen zombiezen added windows Windows-specific issue bug Something isn't working labels Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows Windows-specific issue
Development

No branches or pull requests

1 participant