【发布时间】:2022-07-03 20:07:53
【问题描述】:
每次执行 git push 时,我的 git accout 都会出现问题
enter image description here
我发现我正在使用 ssh url enter image description here
我尝试使用 git config --global url.https://github.com/.insteadOf git://github.com/ 和 git config --global url."https://".insteadOf git:// 返回 https url
但它不会改变enter image description here
我尝试了许多解决方案,例如手动配置配置文件,但没有任何效果
【问题讨论】:
标签: git git-push git-remote