-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
category:port-bugThe issue is with a library, which is something the port should already supportThe issue is with a library, which is something the port should already support
Description
Operating system
Linux
Compiler
nvcc
Steps to reproduce the behavior
manifest file
{
"name": "cppproject",
"version-string": "0.0.1",
"license": "MIT",
"dependencies": [
"gtest"
],
"overrides": [
{
"name": "gtest",
"version": "1.8#0"
}
],
"builtin-baseline": "b0e42ede345cbb1a8660033dcabccc9886882728"
}
Failure logs
error: failed to execute: /usr/bin/git --git-dir=.git --work-tree=/home/build/.vcpkg/vcpkg/buildtrees/versioning_/versions/gtest/b0e42ede345cbb1a8660033dcabccc9886882728_15785.tmp -c core.autocrlf=false read-tree -m -u b0e42ede345cbb1a8660033dcabccc9886882728
error: git failed with exit code: (128).
fatal: not a git repository: '.git'
note: while checking out port gtest with git tree b0e42ede345cbb1a8660033dcabccc9886882728
note: See https://learn.microsoft.com/vcpkg/users/versioning-troubleshooting?WT.mc_id=vcpkg_inproduct_cli for more information.
note: while loading [email protected]
Additional context
No response
Metadata
Metadata
Assignees
Labels
category:port-bugThe issue is with a library, which is something the port should already supportThe issue is with a library, which is something the port should already support