diff --git a/Software/Application/Gitea/Gitea_常见问题及解决方案.md b/Software/Application/Gitea/Gitea_常见问题及解决方案.md new file mode 100644 index 0000000..b573670 --- /dev/null +++ b/Software/Application/Gitea/Gitea_常见问题及解决方案.md @@ -0,0 +1,11 @@ +# Gitea 常见问题及解决方案 + +Gitea 工作不正常时,一般可通过分析 Gitea Root Path 下 log 目录中的日志文件来分析和确定问题。以下是一些常见 Gitea 问题和解决方案。 + +## Startup Problem With Issue Indexer Error + +问题描述: + + startup problem with issue indexer error + +可能是索引坏掉了,可以把 Gitea 工作目录下的 data/indexers/issues.queue 目录中的内容删除掉,重新启动。