diff --git a/troubleshooting/250906_skill_publish_implementation.md b/troubleshooting/250906_skill_publish_implementation.md index 94fc414..a06bce1 100644 --- a/troubleshooting/250906_skill_publish_implementation.md +++ b/troubleshooting/250906_skill_publish_implementation.md @@ -147,4 +147,5 @@ skill-publish/ **서비스 정상 작동 확인** (2025-09-06) - 포트 8511 정상 리스닝 - Health 상태: healthy +- **상태: ✅ 구현 완료 및 정상 작동 중** - 모든 오류 해결 완료 \ No newline at end of file diff --git a/troubleshooting/250907_gitea_https_clone_failure.md b/troubleshooting/250907_gitea_https_clone_failure.md index 9b1b8b1..f76b011 100644 --- a/troubleshooting/250907_gitea_https_clone_failure.md +++ b/troubleshooting/250907_gitea_https_clone_failure.md @@ -106,3 +106,4 @@ GIT_SSH_COMMAND="ssh -i ~/.ssh/gitea_key -p 51123" \ ## 결론 SSH 프로토콜 사용이 가장 안정적이며, HTTPS 클론은 nginx/Git 버퍼 설정 조정으로 해결 가능 **중요: SSH 포트는 51123 사용** +**상태: ✅ SSH 우회로 해결됨 (HTTPS는 미해결)