This commit is contained in:
1
2026-01-27 02:12:14 +00:00
parent c4f66eefda
commit d2e3b3da7e

View File

@@ -38,6 +38,7 @@ steps:
- chmod 600 /root/.ssh/known_hosts
- echo "🔍 尝试SSH连接GitHub详细日志..."
- export SSH_KEY_FORMAT=RSA && ssh-keygen -p -f /root/.ssh/id_ed25519 -N "" >/dev/null 2>&1
- ssh -vvv -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new git@github.com 2>&1
# 拉取代码拆分命令避免静默失败
- git init