G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

git unicode file names windows problem #227

Closed JiriVanek closed 5 years ago

JiriVanek commented 5 years ago
D:\temp>git clone ssh://git@gin.g-node.org:22/gokberk/test test-again
Cloning into 'test-again'...
remote: Counting objects: 36, done.
remote: Compressing objects: 100% (31/31), done.
remote: Total 36 (delta 14), reused 0 (delta 0)
Receiving objects: 100% (36/36), 10.67 KiB | 5.33 MiB/s, done.
Resolving deltas: 100% (14/14), done.

D:\temp>cd test-again

D:\temp\test-again>dir
 Volume in drive D is FastData
 Volume Serial Number is 28A7-9096

 Directory of D:\temp\test-again

23.01.2019  17:02    <DIR>          .
23.01.2019  17:02    <DIR>          ..
23.01.2019  17:02                 8 gökberk
23.01.2019  17:02             6.933 LICENSE
23.01.2019  17:02                10 README.md
               3 File(s)          6.951 bytes
               2 Dir(s)  317.616.091.136 bytes free

D:\temp\test-again>git ls-files
LICENSE
README.md
"g\303\266kberk"
achilleas-k commented 5 years ago

Looks like we can solve this by disabling quotepath in the local git config.