diff --git a/Service/Gitea.txt b/Service/Gitea.txt index 1260421..e9bcddc 100644 --- a/Service/Gitea.txt +++ b/Service/Gitea.txt @@ -169,4 +169,9 @@ server { } 8.关闭注册。sudo vim /etc/gitea/app.ini DISABLE_REGISTRATION = true -sudo systemctl restart gitea \ No newline at end of file +sudo systemctl restart gitea + +额外配置: +[ui] +; 禁用模棱两可的 Unicode 字符检测警告 +AMBIGUOUS_UNICODE_DETECTION = false \ No newline at end of file