我的 Git 帐户有问题。每次执行时git push,我都会收到以下错误:

我发现我正在使用 SSH URL:

我尝试使用以下命令切换回 HTTPS URL:
git config --global url.https://github.com/.insteadOf git://github.com/
git config --global url."https://".insteadOf git://
Run Code Online (Sandbox Code Playgroud)
然而,它似乎并没有改变任何事情:

我尝试了许多我认为是解决方案的选项,例如手动配置配置文件,但没有任何效果。