-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingwindowsWindows-specific issueWindows-specific issue
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwindowsWindows-specific issueWindows-specific issue