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 hitting this as well with gitversion 6.0.2 on a redhat enterprise linux 8 machine
edit: I was able to resolve by adding read permissions sudo chmod +rx <path-to-gitversion>
Prerequisites
GitVersion package
GitHub Release
GitVersion version
2.4.3
Operating system
Linux
What are you seeing?
user@location:~$ gitversion
Failed to map file. open(/usr/bin/gitversion) failed with error 13
Failure processing application bundle.
Couldn't memory map the bundle file for reading.
A fatal error occurred while processing application bundle
What is expected?
user@localhost:~$ gitversion
Cannot find the .git directory
Steps to Reproduce
GITVERSION_VER="6.0.2"
cd tmp && wget -q
https://github.com/GitTools/GitVersion/releases/download/${GITVERSION_VER}/gitversion-linux-x64-${GITVERSION_VER}.tar.gz
&& tar -xzvf gitversion-linux-x64-${GITVERSION_VER}.tar.gz
&& chmod +x gitversion
&& sudo cp gitversion /usr/bin
&& rm -rf gitversion-linux-x64-${GITVERSION_VER}.tar.gz
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: