简体   繁体   English

推送到Bitbucket存储库时出现“致命:身份验证失败”错误

[英]“Fatal: authentication failed” error when pushing to bitbucket repo

I am trying to authenticate in windows 7 terminal : git push. 我正在Windows 7终端中进行身份验证:git push。 Used to work before but now i am getting : 以前曾经工作过,但现在我得到了:

fatal: authentication failed for https://bitbucket.srv .... 致命: https://bitbucket.srv ...的身份验证失败。

However i can login through my browsers to same repo. 但是,我可以通过浏览器登录相同的仓库。 Is this a git issue? 这是git问题吗? How to resolve? 怎么解决?

Go to Control Panel -> Credentials Manager -> Windows Credentials and see if there's an entry for it in there. 转到Control Panel -> Credentials Manager -> Windows Credentials然后查看其中是否有条目。 If so, remove it and attempt to push again. 如果是这样,请将其卸下并尝试再次push You should then be re-prompted for username and password. 然后,应再次提示您输入用户名和密码。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Bitbucket 推送到现有仓库时:致命:无法分叉 - Bitbucket when pushing to existing repo: fatal: unable to fork 部署时发生“致命:身份验证失败”错误(私有存储库) - “fatal: Authentication failed” error when deploying (private repo) git 在新机器上从 Dropbox 上的仓库推送时出现错误“致命:读取对象失败” - git error `fatal: failed to read object` when pushing from a repo on Dropbox on a new machine 通过 SSH 推送到 bitbucket 存储库时修复“发送断开连接”错误 - Fix for “send disconnect” error when pushing to bitbucket repo via SSH Azure Devops OnPremise,致命:克隆 Git 存储库时身份验证失败 - Azure Devops OnPremise, fatal: Authentication failed for when cloning Git repo Bitbucket无法推送团队回购(身份验证失败) - Bitbucket unable to push in team repo (authentication failed) 远程:未经授权致命:身份验证失败 Bitbucket - remote: Unauthorized fatal: Authentication failed Bitbucket 如何解决致命问题:git [bitbucket] 的身份验证失败 - How to resolve fatal: Authentication failed for git [bitbucket] 使用 TortoiseGit 推送到远程 Git 存储库时出现身份验证错误 - Authentication error when pushing to remote Git repo with TortoiseGit Git错误:推送到裸仓库时远程解包失败 - Git error: remote unpack failed when pushing to a bare repo
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM