Skip to content

Commit 07f15ef

Browse files
Update src/proxy/ssh/server.ts
Co-authored-by: Juan Escalada <[email protected]> Signed-off-by: Fabio Vincenzi <[email protected]>
1 parent 4cf238e commit 07f15ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)