gitwrap
gitwrap copied to clipboard
Compatibility with SourceTree?
Hi, I just tried both the latest release (quite behind the recent commits) and the latest commit build locally, but I am having no luck making SourceTree work with gitwrap.
I tried replacing embedded and system git.exe with gitwrap executable. The version is read correctly, so it recognizes the executable, however, the repositories show up empty (no commit history) and there are no error messages.
Any ideas/suggestions?
I run latest Windows 10 Pro with the Ubuntu 18.04 as my env
The mount point matches the default /mnt
Hi there.
Unfortunately, I have very little experience with SourceTree. I'm assuming that SourceTree for some reason is not satisfied with the return data provided by the gitwrap executable. Without any error messages from SourceTree it's gonna be hard to investigate this but to start off, I'll install SourceTree locally and see if I can reproduce the issue.
Thanks for reporting this and please nag me if I fail to follow up here.
friendly nag :)
PS I would be happy to do a collab session together if that would help to move this issue along :)
Thanks' for the nag! Unfortunately, I have not been able to look at this so any assistance would be most welcome :)
I think you may need to escape the input if it comes in as C:\Users\test
vs C:\\Users\\test
https://github.com/ardevd/gitwrap/blob/24c8eae3764e3b8001e45cb93721d6e03bad2232/GitWrap/Program.cs#L44
https://dotnetfiddle.net/dzelkA
https://github.com/andy-5/wslgit/issues/61#issuecomment-481538179
https://github.com/andy-5/wslgit/issues/61#issuecomment-524098031