Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
git credneital manager st不是Windows 10上的git命令_Git - Fatal编程技术网

git credneital manager st不是Windows 10上的git命令

git credneital manager st不是Windows 10上的git命令,git,Git,当我运行命令时 git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st push -v --tags origin Br123:Br123 我得到了错误 git: 'credential-manager-st' is not a git command. See 'git --help'. error: failed to push some refs to 'http:

当我运行命令时

 git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st push -v --tags origin Br123:Br123
我得到了错误

git: 'credential-manager-st' is not a git command. See 'git --help'.
error: failed to push some refs to 'http://host'
我正在运行Windows 10版本1703和git版本2.13.2.Windows.1。该命令最初来自SourceTree(v2.0.20.1)

尽管对Windows凭据管理器进行了各种调试和检查,但我没有成功地解决该问题


我可以直接从Visual Studio 2015推送/同步。我认为这使用库调用,而不是git.exe。如果您尝试在Windows上使用git凭据管理器,可能会出现问题

我发现了这个开源工具(),可以像这样安装和使用:

git credential-manager [<command> [<args>]]
git凭证管理器[[]