1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
fatal: 'origin/master' does not appear to be a git repository
https://stackoverflow.com/questions/15637507/fatal-origin-does-not-appear-to-be-a-git-repository
This commit is contained in:
Elias Steurer 2020-09-27 17:07:48 +02:00
parent 10c1812999
commit 3bf66ba610

View File

@ -31,6 +31,7 @@ build:windows:
- cd Common
- if (!(Test-Path "vcpkg")){git clone https://github.com/microsoft/vcpkg.git}
- cd vcpkg
- git remote set-url origin https://github.com/microsoft/vcpkg.git
- git pull origin/master
- git checkout 18ab4b72a26284f0df28295ce7bf9b21c96f20f4
- call bootstrap-vcpkg.bat