On Mon, Aug 22, 2016 at 4:29 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote: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...��Ok, if that's the way to go I can try to fix it and send you a pull request.��I was thinking if it can not be resolved by OSSubprocess itself.����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.Ok, I will try that, thankyou.��