致命:身份验证失败 Git Bash
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21527506/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
fatal: Authentication failed Git Bash
提问by Scott
I've been asked to set up git on my Windows machine in order to work on a project, it is my first time using the software and I have been given limited information other than the clone command below. I am trying the following command:
我被要求在我的 Windows 机器上设置 git 以便处理一个项目,这是我第一次使用该软件,除了下面的克隆命令之外,我得到的信息有限。我正在尝试以下命令:
git clone https://[email protected]/url/project
I am prompted to type in my password (which is correct I've even logged in and out of the website to confirm). Then I receive the error:
我被提示输入我的密码(这是正确的,我什至登录和退出网站进行确认)。然后我收到错误:
fatal: Authentication for https:://[email protected]/url/project
Am I missing a step here or could there be a permissions error on the other end that I will have to contact the owner for? To clarify I am running msysgit 1.8.4 on Windows 7.
我是否在这里遗漏了一个步骤,或者另一端是否存在权限错误,我必须联系所有者?为了澄清我在 Windows 7 上运行 msysgit 1.8.4。
回答by Stentor
Looks like the project is private and you are not on the contributor/team list. You should contact the owner.
看起来该项目是私有的,您不在贡献者/团队列表中。你应该联系业主。