K
K
Konstantin Nagibovich2017-08-15 16:46:43
git
Konstantin Nagibovich, 2017-08-15 16:46:43

How to change filename encoding in gitlab?

I posted my project on gitlab. When downloading it as an archive, all file names in Russian are obtained in an incomprehensible encoding. How to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
toxa82, 2017-08-24
@toxa82

Try setting
core.quotepath = false ::: in your git config to not encode file paths in Cyrillic
git config --global core.quotepath false

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question