Android12 sdk rk14 sync error

Hello all,

I downloaded and compiled the rk12 image without problems, I needed it to rotate the main screen.
I tried to switch to rk14 to see if there is an updated kernel (I need 5.10.160 for the hdmi-DVI to work).
Using this command repo init -u https://github.com/radxa/manifests.git -b Android12_Radxa_rk14 -m rockchip-s-release.xml

But i remain stuck with this error:
Fetching: 99% (1081/1085) 10:00 | 1 job | 10:00 rk/libvendor_storage @ hardware/rockchip/libvendor_storage
with this error
fatal: Authentication failed for 'https://gitlab.com/rockchip_android_s/rk/libvendor_storage.git/'

Ho I could solve this problems? or eventually How can I upgrade the kernel from 5.10.110 to 5.10.160?

Any help is appreciated, thanks

For the kernel I just modified the string in the manifest with this, and it seems the kernel has been updated. let’s see if all compiles correctly.

** textproject name=“rk/kernel” path=“kernel-5.10” remote=“rk29” revision=“015b98b1e521342c5aa13e7483edc810381889f3” upstream=“refs/tags/Android12_Radxa_rkr14.2”/>**

But Android is not booting, so i’m missing surely something