You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build, following the instructions on the main page, but I keep getting this:
========================================
PleOps.Recipe.Common.SetGitVersion
========================================
Cake.Core.CakeException: GitVersion returned 1
at Cake.Frosting.PleOps.Recipe.Common.SetGitVersionTask.<Run>g__GetGitVersion|0_0(<>c__DisplayClass0_0&) in /_/src/Cake.Frosting.PleOps.Recipe/Common/SetGitVersionTask.cs:line 66
at Cake.Frosting.PleOps.Recipe.Common.SetGitVersionTask.Run(PleOpsBuildContext context) in /_/src/Cake.Frosting.PleOps.Recipe/Common/SetGitVersionTask.cs:line 89
Attempting a second time to run GitVersion
An error occurred when executing task 'PleOps.Recipe.Common.SetGitVersion'.
----------------------------------------
TearDown
----------------------------------------
Error: GitVersion returned 1
The text was updated successfully, but these errors were encountered:
What OS are you using to build?
GitVersion may fail in some Linux distros because it has native libraries of git and they may be incompatible with new or past versions of glibc.
Can you try to update the version of GitVersion? For instance to the latest preview 6.0.0-rc.1. You can do that in .config/dotnet-tools.json
I am trying to build, following the instructions on the main page, but I keep getting this:
The text was updated successfully, but these errors were encountered: