FOGProject / fos

FOG Operating System
32 stars 34 forks source link

build.sh unable to clone linux-firmware behnd a proxy #87

Closed mmarcini closed 2 months ago

mmarcini commented 3 months ago

This clone: git clone git://git^Cernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

hangs when behind some proxy servers.

The following clone works:

git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

mastacontrola commented 3 months ago

you probable need to setup your environment to allow proxy passthrough. Odd that https works, but git does not?

https://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server-fails-with-request-timed-out

mmarcini commented 3 months ago

you probable need to setup your environment to allow proxy passthrough. Odd that https works, but git does not?

https://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server-fails-with-request-timed-out

I will try this to see if it works, thanks!

mmarcini commented 2 months ago

I'm going to close this issue. When I get some time, I will experiment, but there is a bit of distro specific configuration involved. My ubuntu server uses nc and my Red Hat target uses ncat and the proxy syntax differs.

If I need to rebuild, I can always make the git -> https edit to avoid the issue for now.