This commit is contained in:
1
2026-01-27 02:48:52 +00:00
parent 4dd0f58770
commit 6c4630708d

View File

@@ -36,7 +36,8 @@ steps:
# 添加GitHub主机密钥完整覆盖避免重复
- ssh-keyscan -H github.com > /root/.ssh/known_hosts
- chmod 600 /root/.ssh/known_hosts
# 检查私钥是否能被解析关键测试
- ssh-keygen -lf /root/.ssh/id_ed25519
- echo "🔍 尝试SSH连接GitHub详细日志..."
# 重新执行命令取消输出屏蔽查看具体错误