The requested URL returned error: 403 [How to Solve]

Administrator@ecs -9970 MINGW64 /c/harmonyohos/exoplayer
$ git clone https://gitee.com/xxxxx/xxxxx.git
Cloning into ‘exo-player_ ohos’…
remote: Access denied
fatal: unable to access ‘ https://gitee.com/xxxxx/xxxxx.git/ ‘: The requested URL returned error: 403

First, through Git   Config — global — list check whether the current git global information is the logged in gitee account. If the information is incorrect, reset it

git config –global user.name “xxxxx”

git config –global user.email “xxxxx”

git config –global user.password “xxxxx”

Then check whether the windows credential information is consistent with the logged in gitee account information

Control panel\all control panel items\credential manager\windows credentials, modify account

Read More: