增加对应 修改“从URL克隆”后“镜像自地址”没有改变 问题的方法.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
8b55264005
commit
06bf23af5c
@ -4,8 +4,33 @@ Gitea 工作不正常时,一般可通过分析 Gitea Root Path 下 log 目录
|
|||||||
|
|
||||||
## Startup Problem With Issue Indexer Error
|
## Startup Problem With Issue Indexer Error
|
||||||
|
|
||||||
|
* 问题描述:
|
||||||
|
|
||||||
|
```blk
|
||||||
|
startup problem with issue indexer error
|
||||||
|
```
|
||||||
|
|
||||||
|
* 问题原因:
|
||||||
|
|
||||||
|
可能是索引坏掉了。
|
||||||
|
|
||||||
|
* 解决方案:
|
||||||
|
|
||||||
|
可以把 Gitea 工作目录下的 data/indexers/issues.queue 目录中的内容删除掉,重新启动。
|
||||||
|
|
||||||
|
## 修改“从URL克隆”后“镜像自地址”没有改变
|
||||||
|
|
||||||
问题描述:
|
问题描述:
|
||||||
|
|
||||||
startup problem with issue indexer error
|
从国内镜像网站镜像仓库后,再修改“从URL克隆”,发现项目名称下面的“镜像自地址”没有跟着改变。
|
||||||
|
|
||||||
可能是索引坏掉了,可以把 Gitea 工作目录下的 data/indexers/issues.queue 目录中的内容删除掉,重新启动。
|
* 问题原因:
|
||||||
|
|
||||||
|
原因在于 \<Gitea Config Dir\>/data/gitea.db 文件中的配置没有修改。
|
||||||
|
|
||||||
|
* 解决方案:
|
||||||
|
|
||||||
|
1. 停止 gitea 服务;
|
||||||
|
2. 使用 sqlitebrowser 打开 gitea.db;
|
||||||
|
3. 右击 repository 表,选择“浏览表”;
|
||||||
|
4. 通过 name 找到对应的仓库,修改 original_url 为新的地址即可。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user