fix: Artificer GitHub SSH absolute-path git fetch

This commit is contained in:
Claude Code
2026-06-10 21:15:41 +08:00
parent b895f5d925
commit 7864eb8f04
5 changed files with 37 additions and 7 deletions
+2 -2
View File
@@ -196,10 +196,10 @@ function defaultGithubSshConfig(): string {
" HostName ssh.github.com",
" User git",
" Port 443",
" IdentityFile ~/.ssh/id_ed25519",
" IdentityFile /home/agentrun/.ssh/id_ed25519",
" IdentitiesOnly yes",
" StrictHostKeyChecking yes",
" UserKnownHostsFile ~/.ssh/known_hosts",
" UserKnownHostsFile /home/agentrun/.ssh/known_hosts",
"",
].join("\n");
}