Hi. I am trying to get the source for blink. I am using gclient sync in depot_tools. I have tried to run the command dozens of times on different networks and it always fails with:
1>fatal: early EOF
1>fatal: The remote end hung up unexpectedly
1>fatal: index-pack failed
1>error: RPC failed; result=56, HTTP code = 200
I tried bumping up my http post buffer with git config --global http.postBuffer 524288000 but this does not help.
Has anyone had success with this?
Thanks,
Mark