2016-08-22 16:08 GMT+02:00 Nicolas Passerini <npasserini@gmail.com>:

On Mon, Aug 22, 2016 at 3:31 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
does this happens when you are using one of the GitFileTree generated command or when you use directly the command line api (runGitCommand and friends)?

I think that it happens in both cases, the most obvious is that it fails to bring my github name, which happens to have an "��".

Hum, I may be missing a string convert on some arguments of the git clone command...
��
But I will check your idea, to be sure.
��
Does this happens with OSProcess as well?

I am not sure about this, can I use gitfiletree with OSProcess, how can I test it?


Just load OSProcess before loading GitFileTree, it should notice it and avoid loading OSSubprocess.

Thierry