AMDESE / AMDSEV

AMD Secure Encrypted Virtualization
280 stars 84 forks source link

Error while run the build.sh #59

Open seedindream opened 3 years ago

seedindream commented 3 years ago

Hi, I met some problems while run the build.sh under the sev-es branch (during install the OVMF). The error output is : I wonder if you have any idea to fix this problem. Thank you very much!!

Checking connectivity... done. Submodule path 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/libdivsufsort': checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428' Cloning into 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma'... remote: Enumerating objects: 304, done. remote: Counting objects: 100% (304/304), done. remote: Compressing objects: 100% (153/153), done. remote: Total 13486 (delta 202), reused 235 (delta 151), pack-reused 13182 Receiving objects: 100% (13486/13486), 5.64 MiB | 0 bytes/s, done. Resolving deltas: 100% (10154/10154), done. Checking connectivity... done. Submodule path 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma': checked out 'abfc8ff81df4067f309032467785e06975678f0d' Cloning into 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka'... fatal: unable to access 'https://git.cryptomilk.org/projects/cmocka.git/': Failed to connect to git.cryptomilk.org port 443: Connection refused fatal: clone of 'https://git.cryptomilk.org/projects/cmocka.git' into submodule path 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka' failed ERROR: git submodule update --init --recursive

tlendacky commented 3 years ago

It might be temporary. I would just try again, as I don't have any control over the edk2 sub-modules.

seedindream commented 3 years ago

OK, thanks. I will try again later.