-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Steps to reproduce
- Download the git sdk from https://github.com/git-for-windows/build-extra/releases/tag/git-sdk-1.0.1 I am using the 64bit one.
- Then run it to start the installation process.
Actual results
- I get this error
:: Synchronizing package databases...
git-for-windows 2004.0 B 280K/s 00:00 [#######################################] 100%
mingw32 231.4 KiB 421K/s 00:01 [#######################################] 100%
mingw32.sig 96.0 B 0.00B/s 00:00 [#######################################] 100%
1 [main] pacman 10184 C:\git-sdk-64\usr\bin\pacman.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
1451 [main] pacman 10184 cygwin_exception::open_stackdumpfile: Dumping stack trace to pacman.exe.stackdump
1 [main] pacman 7544 fork: child -1 - forked process 10184 died unexpectedly, retry 0, exit code 0x100, errno 11
error: GPGME error: Invalid crypto engine
error: failed to update mingw32 (invalid or corrupted database (PGP signature))
mingw64 230.4 KiB 567K/s 00:00 [#######################################] 100%
mingw64.sig 96.0 B 93.8K/s 00:00 [#######################################] 100%
error: GPGME error: Invalid crypto engine
error: failed to update mingw64 (invalid or corrupted database (PGP signature))
msys 129.4 KiB 428K/s 00:00 [#######################################] 100%
msys.sig 96.0 B 93.8K/s 00:00 [#######################################] 100%
error: GPGME error: Invalid crypto engine
error: failed to update msys (invalid or corrupted database (PGP signature))
error: database 'mingw32' is not valid (invalid or corrupted database (PGP signature))
error: database 'mingw64' is not valid (invalid or corrupted database (PGP signature))
error: database 'msys' is not valid (invalid or corrupted database (PGP signature))
There was a problem accessing the MSys2 repositories
If your setup requires an HTTP proxy to access the web,
please specify it here, otherwise leave it empty.
Expected results
- It should correctly connect and download what ever it needs to download to install. I am not sure what the expected results are since this is my first time installing it because I would like to try and build git.