Имена файлов git на русском
В Ubuntu 13.04 git status не показывает русские имена файлов:
Это лечится командой
1 2 3 4 5 6 7 8 9 | oleg@oleg-notebook:~/program$ git status # On branch master # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # изменён: "\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213/\320\232\320\276\320\274\320\274\321\203\320\275\320\260\320\273\321\214\320\275\321\213\320\265 \320\234\320\276\320\273\320\276\320\264\320\265\320\266\320\275\320\260\321\217.ods" # no changes added to commit (use "git add" and/or "git commit -a") |
1 | git config --global core.quotepath false |