-
-
Notifications
You must be signed in to change notification settings - Fork 2
SSH authentication doesn't appear to work on Windows #120
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingwindowsWindows-specific issueWindows-specific issue
Description
Running:
gg -show-git pull ssh://git@github.com/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://git@github.com/gg-scm/gg.git
gg: git ls-remote "ssh://git@github.com/gg-scm/gg.git":
git@github.com: 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://git@github.com/gg-scm/gg.git
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwindowsWindows-specific issueWindows-specific issue