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
It seems the version of edk2 used by this project has a Git submodule that was unpublished:
Cloning into '/home/nicholas/git/amdsev/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook'...
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/Zeex/subhook.git/'
fatal: clone of 'https://github.com/Zeex/subhook.git' into submodule path '/home/nicholas/git/amdsev/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook' failed
Failed to clone 'UnitTestFrameworkPkg/Library/SubhookLib/subhook'. Retry scheduled
In my case the command ./build.sh ovmf is prompting me credentials that I have not in order to cloning into '/home/ubuntu/AMDSEV/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook'
You can either update delete the ovmf directory so that the latest version of the repo is cloned or do a git rm -rf UnitTestFrameworkPgk/ from the ovmf directory (I think that should work).
It seems the version of edk2 used by this project has a Git submodule that was unpublished:
There is a mirror of Subhook located at https://github.com/tianocore/edk2-subhook, but the original repo, along with the Zeex's other repos, has been removed from GitHub and is no longer public.
The text was updated successfully, but these errors were encountered: