AMDESE / ovmf

EDK2 / OVMF related projects
BSD 2-Clause "Simplified" License
6 stars 21 forks source link

Failed to clone 'subhook' submodule #8

Open MassiliaB opened 3 weeks ago

MassiliaB commented 3 weeks ago

Hello, The cloning of the submodule 'https://github.com/Zeex/subhook.git' into the path /workdir/AMDSEV/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook fail. It appears that the repository https://github.com/Zeex/subhook.git is inaccessible.

As a workaround, I replaced the submodule URL with https://github.com/Dasharo/subhook using the following command git config --global url.https://github.com/Dasharo/subhook.insteadOf https://github.com/Zeex/subhook.git until it's fixed.

ENOFLG commented 3 weeks ago

To anyone reading this might also be useful: https://github.com/tianocore/edk2/pull/6402