【发布时间】:2014-03-04 16:52:14
【问题描述】:
我在 HTTPS 中遇到了 bitbucket 和 git 的问题。
当我尝试推送时,我有以下输出:
$ git push origin master
fatal: Authentication failed
$ git push
fatal: Authentication failed
.git/config 配置了我在 Bitcucket 上的 repo 中找到的 HTTPS 链接。
但是,此 HTTPS 链接的拉取工作完美。
谢谢。
【问题讨论】:
标签: authentication https push bitbucket