Gitlab 站点上 edit/commit 文件时的路径错误

Path error when edit/commit file on Gitlab site

我正在尝试在(我们的)gitlab 网站上编辑一个 .txt 文件,但在提交时出现以下错误:

Path can contain only letters, digits, '_', '-', '@', '+' and '.'.

我猜错误是文件名"Neues Textdokument.txt"中的白色space引起的,因为文件名中没有space的其他文件是可编辑的

]

关于如何修复它的任何想法(gitlab 方面)还是 "real" 错误? 请不要建议我删除白色space... ;-)

提前致谢。

我也遇到了同样的问题。就我而言,我的文件名类似于 read me.md。然后我删除了该文件名中的 space 。现在我可以在 GitLab UI 中编辑文件了。

检查你的文件名。

感谢@Arunkumar 的提示。此问题现已在 Gitlab-CE v9.4 中修复。

here

Allow creating files/directories with space in the name in the using the web interface 是最初的问题,并已概括为主题 "Make filename and path creation compatible with UNIX in web UI"。