liuyq / android-issues

place to write notes about investigation on android issues
0 stars 0 forks source link

remote: ERROR: commit 5344368: email address gprocida@google.com is not registered in your account, and you lack 'forge committer' permission. #14

Closed liuyq closed 1 year ago

liuyq commented 1 year ago

It's probably because the kernel/omap repository does not have the mirror branch of android-4.14-stable from the kernel/common repository

17:43:09 dl380:omap$ git push https://android.googlesource.com/kernel/omap HEAD:refs/for/android-beagle-x15-4.14
对象计数中: 30186, 完成.
Delta compression using up to 40 threads.
压缩对象中: 100% (4983/4983), 完成.
写入对象中: 100% (30186/30186), 5.87 MiB | 581.00 KiB/s, 完成.
Total 30186 (delta 25377), reused 29983 (delta 25191)
remote: Resolving deltas: 100% (25377/25377)
remote: Counting objects: 32345, done
remote: Replicating objects... done
remote: Processing changes: refs: 1, done    
remote: ERROR: commit 5344368: email address gprocida@google.com is not registered in your account, and you lack 'forge committer' permission.
remote: The following addresses are currently registered:
remote:    yongqin.liu@linaro.com
remote:    yongqin.liu@linaro.org
remote: To register an email address, visit:
remote: https://android-review.googlesource.com/settings#EmailAddresses
remote: 
remote: 
To https://android.googlesource.com/kernel/omap
 ! [remote rejected]           HEAD -> refs/for/android-beagle-x15-4.14 (commit 5344368: invalid committer)
error: 无法推送一些引用到 'https://android.googlesource.com/kernel/omap'
17:44:23 dl380:omap$ git log --oneline 
liuyq commented 1 year ago

after the TI mirror branch updated with the android-4.14-stable, the problem is gone.