I am currently unable to get a new android version for WebRTC using
fetch --nohooks webrtc_android
gclient sync
resulting in
subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "clone" "--no-checkout" "--progress" "https://chromium.googlesource.com/external/junit.git" "/home/luz/dev/webrtc63/webrtc-checkout/src/third_party/junit/_gclient_src_odB4ql"' in /home/luz/dev/webrtc63/webrtc-checkout failed; will retry after a short nap...
It looks like something is wrong with the grade git which is needed as part of the android build.
If I try to clone it manually I get the following:
Cloning into 'gradle'...
fatal: git fetch_pack: expected ACK/NAK, got 'ERR want e6b08dfae6525b5a8d069ac48c52b08d86aa47d2 not valid'
fatal: The remote end hung up unexpectedly
Does anyone know who to contact about this or how to work around the issue?
Thanks