xcode4 git Push 访问 git 存储库时出现错误 403

发布于 2024-12-28 14:35:15 字数 482 浏览 1 评论 0原文

我最近升级到 OS Lion 和 Xcode4,并克隆了我的 git 存储库来开始工作。克隆工作正常,我可以将已成功完成的更改提交到我的存储库,但是当我尝试推送更改时,出现以下错误:出

error: The requested URL returned error: 403 while accessing 
https://[email protected]/sadmicrowave/iOS-Time-Blogger.git/info/refs

fatal: HTTP request failed

了什么问题?我已将 Mac SSH 密钥添加到我的 github 配置文件中,但我不知道为什么会遇到此问题...

I recently upgraded to OS Lion and Xcode4 and cloned a git repo of mine to start working on. The clone worked fine and I can commit changes I've made successfully to my repo but when I try to push the changes I get the following error:

error: The requested URL returned error: 403 while accessing 
https://[email protected]/sadmicrowave/iOS-Time-Blogger.git/info/refs

fatal: HTTP request failed

What is wrong? I've added my Mac SSH key to my github profile, but I don't know why I'm having this issue...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮年慕年 2025-01-04 14:35:15

使用 https URI 时身份验证似乎失败。我删除了原始克隆的存储库,并使用要求我进行身份验证的 git/ssh 地址重新克隆它,现在可用于推送、拉取、合并和提交。

It seems like the authentication was failing while using the https URI. I deleted the original cloned repo and recloned it using the git/ssh address which asked me to authenticate and now works for pushes, pulls, merges, and commits.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文