-
Notifications
You must be signed in to change notification settings - Fork 653
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
GitVersion fails on linux (debian) #1203
Comments
Good, I will try later to see if the workaround described in #1125 works for me. |
@mabead: Please have a look at #1097 (comment) and report back if that also works for you. |
This issue is because the libgit2 config has a relative path, I am going to submit a PR later today with a docker build which will be released as part of GitVersions release. But you can grab a working image from Going to close this |
@JakeGinnivan Thanks! |
I start from a clean docker image of debian that contains mono:
Then, inside the container, I run these commands to get GitVersion.exe and run it:
This fails with the following error:
I then try to execute
apt-get install libcurl3
as suggested on the GitVersion web site and it still fails this way:Any idea of what I am missing?
The text was updated successfully, but these errors were encountered: