-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
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 '://':
Reactions are currently unavailable