Issue with git in app build environment

HI everybody,

I'm facing a strange issue right now. I try to clone any git repository - either from github or our own company git server - and all I get is "exit code 128".

The app build environment was created with ctrlX WORKS 1.20.2
Git version is 2.25.1
Connection to the internet is established
Now the strange part: It's only me facing the problem. My colleagues do not have this problem. But all the settings we made are identical - at least what we see.

Did anybody get the same issue?

Best reply by nickH

Further investigations showed, that the issue has something to do with Windows Hypervisor Plattform (WHPX) and GitLab. The problems only occur when using the whpx. Its possible to clone from the qemu machine, without using the whpx. (Its possible to change that in the batch-file). 

 

A workaround you could also take a look at could be to clone the repository in windows and run rsync from VSCode to the Qemu environment. 

 

 

View original
5 replies