$ git push -u origin main
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitcode.com/edenl/GD32E350_hid_keyboard.git/'
使用访问令牌做为密码登录即可。
$ git push -u origin main
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitcode.com/edenl/GD32E350_hid_keyboard.git/'
使用访问令牌做为密码登录即可。