Skip to content

Cannot figure out namespace and repository from path #1

@Scylardor

Description

@Scylardor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions