Can you try syncing with this command ? repo sync -c -q --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
On Wednesday, April 7, 2021 at 11:35:12 PM UTC+5:30 Gaurav Kumar wrote: > Dear User, > > Currently, I am building the AOSP for Raspberry pi 4. > reference : > https://github.com/csimmonds/a4rpi-local-manifest > > repo init -u https://android.googlesource.com/platform/manifest -b > android-10.0.0_r25 > then > repo sync > > Error :: > > fatal: Konnte '/home/tester/device/ti/beagle_x15/.git/index.lock' nicht > erstellen: Keine Berechtigung > error: device/ti/beagle_x15/: device/ti/beagle-x15 checkout > eccf9f015fceb4fb16a7e4b7066dcd81d1860cb6 > error: Cannot checkout device/ti/beagle-x15 > error: Cannot checkout device/ti/beagle-x15-kernel: GitError: > device/ti/beagle-x15-kernel rev-list > ('^9abbe55043c70f17a5935bafc3af434e01a019ef', 'HEAD', '--'): fatal: bad > object HEAD > > fatal: Konnte '/home/tester/device/google/atv/.git/index.lock' nicht > erstellen: Keine Berechtigung > error: device/google/atv/: device/google/atv checkout > c721cb2d11d69d804230670be4839cb7de12644a > error: Cannot checkout device/google/atv > fatal: Konnte '/home/tester/external/capstone/.git/index.lock' nicht > erstellen: Keine Berechtigung > error: external/capstone/: platform/external/capstone checkout > 6c88083485ee4b0cd494ee439e7210e5ce5de369 > error: Cannot checkout platform/external/capstone > multiprocessing.pool.RemoteTraceback: > " > > How can properly do the repo init. > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/7b3d551a-4043-471f-b75b-89565eb40bdfn%40googlegroups.com.
