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.
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 repositoryhttps://github.com/Zeex/subhook.git
is inaccessible.As a workaround, I replaced the submodule URL with
https://github.com/Dasharo/subhook
using the following commandgit config --global url.https://github.com/Dasharo/subhook.insteadOf https://github.com/Zeex/subhook.git
until it's fixed.