Skip to content

Commit 07f15ef

Browse files
Update src/proxy/ssh/server.ts
Co-authored-by: Juan Escalada <97265671+jescalada@users.noreply.github.com> Signed-off-by: Fabio Vincenzi <93596376+fabiovincenzi@users.noreply.github.com>
1 parent 4cf238e commit 07f15ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/proxy/ssh/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class SSHServer {
372372
const urlComponents = processGitUrl(fullUrl);
373373

374374
if (!urlComponents) {
375-
throw new Error(`Invalid repository path format: ${fullRepoPath}`);
375+
throw new Error(`Invalid repository path format: ${fullRepoPath} Make sure the repository URL is valid and ends with '.git'.`);
376376
}
377377

378378
const { host: remoteHost, repoPath } = urlComponents;

0 commit comments

Comments
 (0)