【发布时间】:2019-03-03 03:38:50
【问题描述】:
我在 git 中有多个帐户,我在三周前用这个帐户提交了代码。我将无法提取我的代码。我得到了请求 网址返回错误:403 我会尝试Pushing to Git returning Error Code 403 fatal: HTTP request failed ,但我无法解决我的错误
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
remote: Forbidden
fatal: unable to access
'https://chantidurgam@bitbucket.org/chantidurgam/patanjali.git/': The requested
URL returned error: 403
完成但有错误,见上文。
【问题讨论】:
-
我注意到,bitbucket 有时需要长达 10 分钟才能让新添加到存储库的用户“拉”,尽管它已经从 Web 界面可见。我建议遇到意外 403 的任何人在采取其他步骤之前给它一些时间。
标签: git bitbucket atlassian-sourcetree pull-request git-pull