Skip to content

ssh:// style URLs not correctly handled #295

@catphish

Description

@catphish

I'm trying to push a repository to an ssh remote, however the client never appears to make a git-lfs-authenticate request. When I run git-lfs push origin master the SSH server receives git-upload-pack /test/lfs/lfs-test.git but nothing else. The output on the client is as follows:

charlie@charlie-pc ~/git-lfs-test $ git remote -v
origin  ssh://charlie@127.0.0.1:2222/test/lfs/lfs-test.git (fetch)
origin  ssh://charlie@127.0.0.1:2222/test/lfs/lfs-test.git (push)

charlie@charlie-pc ~/git-lfs-test $ git-lfs push origin master
(0 of 18 files) 0 B / 522 B  0.00 %
Username for '://': 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions