-
Notifications
You must be signed in to change notification settings - Fork 96
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
Grgit instance is null on Windows. #372
Comments
The However, the broader issue is that So the two changes would be:
|
Ah, nice! Okay, Grgit works for me now. Thank you! |
So I'm using the grgit gradle plugin to download stuff for my build script, right? And it works fine on Linux, for me and another person. But, when my friend runs it on Windows, he gets:
Which I'm pretty sure corresponds to line 34, where I go:
def repo = grgit.open(dir: moduleDir)
.Error Log.txt
The text was updated successfully, but these errors were encountered: