This commit is contained in:
1
2026-01-27 02:35:23 +00:00
parent 97e714ff17
commit 4dd0f58770

View File

@@ -39,7 +39,7 @@ steps:
- echo "🔍 尝试SSH连接GitHub详细日志..." - echo "🔍 尝试SSH连接GitHub详细日志..."
# 重新执行命令取消输出屏蔽查看具体错误 # 重新执行命令取消输出屏蔽查看具体错误
- export SSH_KEY_FORMAT=RSA && ssh-keygen -p -f /root/.ssh/id_ed25519 -N ""
- ssh -vvv -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new git@github.com 2>&1 - ssh -vvv -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new git@github.com 2>&1
# 拉取代码拆分命令避免静默失败 # 拉取代码拆分命令避免静默失败
- git init - git init