英文:
Gitlab wiki duplicate page error while saving a page
问题
我在GitLab中创建了一个维基,但是一旦我将主页添加到我的维基根目录,每次尝试保存页面时都会出现以下错误:
> 表单包含以下错误:
>
> - 重复页面:已经存在具有该标题的页面
它甚至说无法更新维基页面,但如果我点击取消,我仍然可以看到我对页面所做的更改。
我无法理解我是否做错了什么,还是GitLab给我一个不存在的问题
错误的屏幕截图
英文:
I'm creating a wiki in GitLab but, once i added the homepage at the root of my wiki, i'm getting this error everytime i try to save the pages:
> The form contains the following error:
>
> - Duplicate page: A page with that title already exists
It even says that it couldn't update the wiki page, but if i click cancel i still se the change i made in the page.
I can't understand if i'm doing something wrong or GitLab is giving me a non-existent issue
Screenshot of the error
答案1
得分: 0
我发现,为了解决这个问题,您可以将所有页面保持空白(不在标题中写入页面路径),然后手动管理侧边栏。
英文:
For anyone searching for a solution, i've found that, to solve the issue,you can leave all the pages free (without writing the page path in the title) and manage the sidebar manually.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论