Hello, I want to mirror the aosp project and initialized repo with: repo init -u https://android.googlesource.com/mirror/manifest --mirror
During the sync process I get the following error: Fetching project platform/external/nanopb-c error: cannot update the ref 'refs/heads/test_upstream': Trying to write non-commit object c3de9cc854adee8d9d82cf6e72f4a12b90dba430 to branch refs/heads/test_upstream >From https://android.googlesource.com/platform/external/nanopb-c ! [new branch] test_upstream -> test_upstream (unable to update local ref) error: cannot update the ref 'refs/heads/upstream_0.3.8': Trying to write non-commit object c3de9cc854adee8d9d82cf6e72f4a12b90dba430 to branch refs/heads/upstream_0.3.8 ! [new branch] upstream_0.3.8 -> upstream_0.3.8 (unable to update local ref) error: cannot update the ref 'refs/heads/test_upstream': Trying to write non-commit object c3de9cc854adee8d9d82cf6e72f4a12b90dba430 to branch refs/heads/test_upstream >From https://android.googlesource.com/platform/external/nanopb-c ! [new branch] test_upstream -> test_upstream (unable to update local ref) error: cannot update the ref 'refs/heads/upstream_0.3.8': Trying to write non-commit object c3de9cc854adee8d9d82cf6e72f4a12b90dba430 to branch refs/heads/upstream_0.3.8 ! [new branch] upstream_0.3.8 -> upstream_0.3.8 (unable to update local ref) error: Cannot fetch platform/external/nanopb-c error: Exited sync due to fetch errors I started the sync process serveral times, also with the --force-sync parameter. But it doesnt work. Deleting the repo directory and reinitializing repo also causes the error. What can I do to fix this issue ? regards Patrick -- -- 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]. For more options, visit https://groups.google.com/d/optout.
