Code-server can't authenticate with github

I installed the code-server container, cloned a github repository, made some changes and tried to sync the changes back to github.

1

got this prompt and clicked “Allow”

2

then got this prompt and clicked “Open”

then got this prompt and clicked “Continue”

then got this

I’m I doing something wrong here?

I also run these 2 commands with my github username and email and restarted the container, but no luck.

git config --global user.name "username"
git config --global user.email "email address"

It looks like the callback uri is not correct: http://192.168.1.23:8444 Is that the address you’re currently accessing code-server at?

yes, that’s the address

any suggestions on this issue?

openvscode-server container is working just fine