-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello,
I'm trying to use git-lfs-authenticate with a self-hosted LFS server in order to achieve password-less authentication on my team's SSH repository.
git-lfs-authenticate gets correctly called however it always fails with that error:
Cannot figure out namespace and repository from path: foobar.git
I don't even know what a namespace is, in that context.
I'm cloning using a syntax like git clone git@myserver:foobar.git
Reading the code I realize you expect exactly one slash (/) in the repo name (here, foobar.git), to split between a namespace and repo name.
But there just isn't any slash in my repo path, so I don't know what to do.
Could you help me solve that issue ?
It's a bit frustrating given I seem so close to making it work.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels