[Solved] Git clone freezing in virtual box

I’m running Haiku in virtual box. Git clone has worked, but for some repositories it will freeze pretty much every time after reaching a certain percentage. I can’t ctrl alt delete since that’s mapped to my host. After 5 or 6 times it might work though.

What should I do?

…maybe you can do shallow clone instead of full clone … git is known work slower on haiku for some reason (beFS not support hard link?)…

While I get further along, I still have the same issue while receiving objects. It’s not slow, it totally stops. I could leave it for more than an hour and nothing would change.

Check what network card you are using. It should be set to PRO/1000; the PCnet cards have stalling behaviors like what you mention here.

1 Like

Yeah, that worked. Thanks.