| * okay, I followed the instructions to set a local git mirror at /cache/mirror and but got the following error:
subprocess.CalledProcessError: Command '['git', 'ls-remote', '/cache/mirror/platform/external/android-key-attestation']' returned non-zero exit status 128.
This also fails from the command line, since it is the wrong location: the correct location is /cache/mirror/external/android-key-attestation. I tried moving /cache/mirror to /cache/mirror/platform so that it would find the correct location, but then it fails with
subprocess.CalledProcessError: Command '['git', 'ls-remote', '/cache/mirror/device/generic/goldfish-opengl']' returned non-zero exit status 128
It seems like it is looking in the wrong location for external/*, any idea what the reason for this could be?
|