We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a87359 commit 266b27fCopy full SHA for 266b27f
cmd/serv.go
@@ -278,7 +278,7 @@ func runServ(ctx context.Context, c *cli.Command) error {
278
// LowerCase and trim the repoPath as that's how they are stored.
279
// This should be done after splitting the repoPath into username and reponame
280
// so that username and reponame are not affected.
281
- repoPath = strings.ToLower(results.OwnerName + "/" + results.RepoName)
+ repoPath = strings.ToLower(results.OwnerName + "/" + results.RepoName + ".git")
282
283
// LFS SSH protocol
284
if verb == git.CmdVerbLfsTransfer {
0 commit comments