' git remote'显示与.git / config中设置不同的URL

时间:2016-04-06 09:22:48

标签: linux git github git-remote

昨天我的github回购开始遇到奇怪的问题,突然被提示用户& passwd for push。使用ssh设置Git,几个月内没有进行任何更改。

$ git remote -v
origin  https://github.com/user/repo.git (fetch)
origin  https://github.com/user/repo.git (push)

$ cat .git/config
 /-/
[remote "origin"]
    url = git@github.com:user/repo.git
/-/

$ git config remote.origin.url
git@github.com:user/repo.git

通过远程set-url重新设置也不会改变任何东西。 没有bitbucket回购的问题。我错过了一些变化吗?

1 个答案:

答案 0 :(得分:0)

我的gitconfig包含我目前正在处理的其中一个项目的配置。引入了一个新房产,我不知道:

[url "https://github.com/"]
    insteadOf = "git://github.com/"

案件结案。