aregm / nff-go

NFF-Go -Network Function Framework for GO (former YANFF)
BSD 3-Clause "New" or "Revised" License
1.38k stars 156 forks source link

I can not clone the project issues with DPDK's server #731

Closed rm4n0s closed 2 years ago

rm4n0s commented 2 years ago

Hi,

I am trying to clone the project based on the documentation but dpdk.org does not have the link requested from your repository.

$ git clone --recurse-submodules http://github.com/intel-go/nff-go Cloning into 'nff-go'... warning: redirecting to https://github.com/intel-go/nff-go/ remote: Enumerating objects: 7367, done. remote: Counting objects: 100% (26/26), done. remote: Compressing objects: 100% (23/23), done. remote: Total 7367 (delta 5), reused 11 (delta 3), pack-reused 7341 Receiving objects: 100% (7367/7367), 12.52 MiB | 212.00 KiB/s, done. Resolving deltas: 100% (4907/4907), done. Submodule 'dpdk/dpdk' (http://dpdk.org/git/dpdk) registered for path 'dpdk/dpdk' Submodule 'dpdk/pktgen-dpdk' (http://dpdk.org/git/apps/pktgen-dpdk) registered for path 'dpdk/pktgen-dpdk' Cloning into '/home/manos/Downloads/nff-go/dpdk/dpdk'... fatal: unable to access 'http://dpdk.org/git/dpdk/': Recv failure: Connection reset by peer fatal: clone of 'http://dpdk.org/git/dpdk' into submodule path '/home/manos/Downloads/nff-go/dpdk/dpdk' failed Failed to clone 'dpdk/dpdk'. Retry scheduled Cloning into '/home/manos/Downloads/nff-go/dpdk/pktgen-dpdk'... fatal: unable to access 'http://dpdk.org/git/apps/pktgen-dpdk/': Recv failure: Connection reset by peer fatal: clone of 'http://dpdk.org/git/apps/pktgen-dpdk' into submodule path '/home/manos/Downloads/nff-go/dpdk/pktgen-dpdk' failed Failed to clone 'dpdk/pktgen-dpdk'. Retry scheduled Cloning into '/home/manos/Downloads/nff-go/dpdk/dpdk'... fatal: unable to access 'http://dpdk.org/git/dpdk/': Recv failure: Connection reset by peer fatal: clone of 'http://dpdk.org/git/dpdk' into submodule path '/home/manos/Downloads/nff-go/dpdk/dpdk' failed Failed to clone 'dpdk/dpdk' a second time, aborting

rm4n0s commented 2 years ago

Hi guys, I found the problem. Here in Greece, I use 4G network most of the time which seems that dpdk.org has a problem with and it was cutting my connection, even if I was trying from a VPN. By accident, I used a local wifi and it clones fine without a problem. Sorry for the disturbance.