每当我尝试推动时,它告诉我,我不能推送到git://github.com/somegitrepo.git
它告诉我使用https://github.com/somegitrepo.git,只有每当我按
键入git push https://github.com/somegitrepo.git时它才会起作用我的远程-v显示了我的推送和获取的起源
GIT中://github.com/somegitrepo.git
我如何解决这个问题?
由于
答案 0 :(得分:2)
git remote set-url origin "https://github.com/somegitrepo.git"
会更改原产地址。
使用git://
版本的问题可能是由于配置错误(或只是缺少)SSH密钥造成的。
答案 1 :(得分:1)
现在按git
如果仍然无法工作---- 转到凭据管理器,然后打开Windows凭据并删除github的个人访问令牌。