Skip to content

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

@zombiezen

Description

@zombiezen

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

No one assigned

    Labels

    bugSomething isn't workingwindowsWindows-specific issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions