Add typed SSH remote endpoints

This commit is contained in:
2026-08-25 19:12:34 +02:00
parent f0d6a04be1
commit f636f3b551
16 changed files with 1712 additions and 310 deletions

View File

@@ -7601,7 +7601,7 @@ mod tests {
assert_eq!(error.git_error(), Some(&GitError::ForbiddenRemoteUrl));
assert_eq!(
error.to_string(),
"Git remotes must use credential-free HTTPS URLs"
"the Git remote URL is invalid or forbidden"
);
assert!(DesktopGitRequest::Pull.requires_authentication());