Got error if tred to add file with cyrillic symbols to local git from IDEA using shortcut Ctrl+Alt+A
Answered
1. Has file with name "Картинка.png" in the project root
2. Right mouse button click -> Git -> Add (or Ctrl + Alt + A) leads to error:
The following problems have occurred when adding the files:
fatal: pathspec '????????.png' did not match any files
during executing git "C:\Program Files\Git\cmd\git.exe" -c core.quotepath=false add --ignore-errors -- Картинка.png
But no errors if typed in IDEA terminal:
git add Картинка.png
Please help, are there any options to use the shortcut for files with cyrillic symbols in name?
Please sign in to leave a comment.
There is an open regression https://youtrack.jetbrains.com/issue/IDEA-164612. Please follow YouTrack issue for updates. See https://intellij-support.jetbrains.com/hc/articles/207241135 if you are not familiar with YouTrack.