hebelin / utf8-git-on-windows

Automatically exported from code.google.com/p/utf8-git-on-windows
0 stars 0 forks source link

Git crashes on clone initiated by TortoiseGit #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create folder to clone to
2. popup context menu of explorer
3. select `Git clone...`
4. you will see TortoiseGit's progress dialog
5. git crashes (see attached screenshot)

What is the expected output? What do you see instead?
Expected normal clone finish :)

What version of the product are you using? On what operating system?

Version information from TortoiseGit's About dialog (screenshot attached):

>TortoiseGit 1.6.3.0 
>git version 1.7.3.2.msysgit.0.9.g5b79d.dirty.MSVC 

Git version I used (latest from this site, checked from command line)

>z:\Предварительный архив\Свиридов 
М.А\ВРТ-2>git --version
>git version 1.7.3.2.msysgit.0.9.g5b79d.dirty.MSVC

Please provide any additional information below.
Tried with git.exe from command line:

>z:\Предварительный архив\Свиридов 
М.А\ВРТ-2>git clone d:\dev\prj\VRT02\Vrt02KI\ VrtKI3
>Cloning into VrtKI3...
>done.

As you see - all well done!

Original issue reported on code.google.com by 2sh...@gmail.com on 26 Aug 2011 at 5:56

Attachments:

GoogleCodeExporter commented 8 years ago
Else one case: it happens only with non-latin folders (no matter source or 
destination folder), i.e. clone from `foo1` to `foo2` works, but clone from 
`foo1 папка` to `foo2` or `foo1` to `foo2 папка` will not work.
TortoiseGit launches git.exe with bad-encoded file names!

Original comment by 2sh...@gmail.com on 26 Aug 2011 at 6:06