Git要求https repo的ssh凭据

时间:2015-11-09 13:41:18

标签: git github

我的本​​地网络上有一个git存储库。存储库配置为使用https。当我输入类似的命令时 git fetch git push 等它总是通过控制台询问凭据。 不久前,我已经克隆了一个github存储库到我的电脑,之后每个请求到我的本地服务器也要求我提供ssh凭证也在每次合并git后要求我输入合并消息。在克隆github存储库后,看起来git配置中的某些内容发生了变化。我已经把gitconfig搞砸了但什么都没找到。请帮助找出导致这种奇怪的git行为的原因

的.git /配置

[core]
    repositoryformatversion = 0
    filemode = false
    bare = false
    logallrefupdates = true
    symlinks = false
    ignorecase = true
    hideDotFiles = dotGitOnly
[remote "origin"]
    url = https://mysupertfs.repo.ru/RepoTest/_git/Rep 
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[branch "Remastered"]
    remote = origin
    merge = refs/heads/npaRemastered

0 个答案:

没有答案