-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git
commands not supported
#9
Comments
Hey @neighthan, @hangxingliu described this possible problem in another issue:
Originally posted by @hangxingliu in #4 (comment) I'm not total sure if this is related to your issue, but it looks like a very reasonable problem when working with |
@neighthan You can follow the way @joaopluigi posted. Modify the line |
I don't seem to be getting a log at all and I just keep getting a permission denied error. I am trying to use SSH though, not sure if that makes a difference? /usr/bin/wslgit.sh: line 126: /usr/bin/wslgit.log: Permission denied Edit, it looks like it works fine if I switch to https and then use a portable windows git credential manager. Oh well, I guess? |
@MostHated I will fix the permission trouble of logging later |
Thanks for the repo! It worked fine for me with VS code, and I was inspired to write a couple of wrappers for other tools that I wanted to install on Linux and use on Windows (
pdf2svg
andpdflatex
; my wrappers aren't terribly sophisticated, but they work for what I need).I have come across some issues using
git
with your scripts such as trying to install packages from GitHub usingpip
; a batch file doesn't work for this, but I made an exe out ofgit.bat
. That helped a bit (now Python can see thegit
command). Still, installing things gives me issues, but I haven't dug intopip
's code to see whatgit
commands are causing this. I was just wondering, do you know of specific use cases where callinggit
from Windows with your scripts will fail? If so, could those be listed in the README or somewhere as cases that aren't supported yet? I'll post back if I figure out what commands exactly were causing the problems I saw, but I might revert back to normalgit
for Windows for now.The text was updated successfully, but these errors were encountered: