ArduPilot GitHub Repo Down?

Hi,

I am trying to clone the repo on my Ubuntu build of Odroid and it keeps getting stuck at 31%, I think (hope) there is a problem with your server because otherwise my device is somehow corrupted.

Please reply asap.
Thanks

You can check here status.github.com

You could try git clean -x -f -d to clear all non got files and start again

I start cloning and it keeps getting stuck at 30-35%. I have removed all the git clone folders and their contents completely from my build.

Here is what it looks like:

It eventually posts an error saying it has a connection problem.
I am able to connect to the internet while I am trying to do this, so it is not a connection issue on my end.

Final error:
error: RPC failed; result=56, HTTP code = 200 MiB | 38.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

instead of getting everything use the depth param to just get the head or a few revisions

git clone github.com/diydrones/ardupilot.git --depth=1

That didn’t solve the issue. I’ve no idea what’s wrong.

I would check you have enough filesystem space. I’ve download the repo several times. with depth=1 it requires ~50MBytes and double that for the full repo.

So apparently Ubuntu likes to tell me after trying something 100 times what the actual problem is; turns out my partition was full when I was trying to clone the repo!

Very odd, since the first 10 times I tried this there was no error message even hinting at such a thing.
Even more odd, since my SSD is 16GB yet the partition is only 5GB. Guess I have some disk management issues to solve…

EDIT: Thanks Bill! Didn’t see your last post since as we posted at nearly the same time. You hit it right on the head.