Qt 6.11 is out! See what's new in the release
blog
there is a bug in the git commit.
-
Hi,
Do you have the same issue on the command line ?
-
https://codereview.qt-project.org/c/qt-creator/qt-creator/+/723508 adds support for non-ASCII file paths to Qt Creator 20.0, so the setting
core.quotepath falsewill then no longer be needed.Regards
-
-
I needed to rework the patch in https://codereview.qt-project.org/c/qt-creator/qt-creator/+/725372
So Creator 20 will work out of the box, if you have Git 2.31.0 or newer. If you can only use older Git versions, you need to set
core.quotepath falsein local or global a git config file.Regards
