简体   繁体   English

Git推送错误,致命:HTTP请求失败

[英]Git push error, fatal: HTTP request failed

I have been working on this rails project for weeks (it is deployed using Heroku), pushing to GitHub frequently without a problem. 我已经在这个Rails项目上工作了数周(使用Heroku部署),并且经常将其毫无问题地推送到GitHub。 I am now getting this error: 我现在收到此错误:

error: The requested URL returned error: 504 while accessing
https://github.com/my_git_name/my_repository_name.git/info/refs?service=git-receive-pack
fatal: HTTP request failed

Any idea what might be causing this? 知道是什么原因造成的吗? Thanks! 谢谢!

I have already seen that 504 error message in conjunction with GitHub trouble. 已经看到504错误消息以及GitHub的问题。

And that seems consistent with last night GitHub status message: 这似乎与昨晚的GitHub状态消息一致:

21:51 UTC We are currently working to resolve problems affecting a subset of repositories on a single fileserver. 21:51 UTC我们正在努力解决影响单个文件服务器上一部分存储库的问题。

So, if the error message is now gone, that would confirm the possibility of a server-side (GitHub) issue, as opposed to a more permanent client-side problem. 因此,如果错误消息现在消失了,那将确认服务器端(GitHub)问题的可能性,而不是更永久的客户端问题。

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

相关问题 致命:HTTP请求失败 - fatal: HTTP request failed git push给出致命错误 - git push giving fatal error git push heroku master产生致命错误 - git push heroku master generates a fatal error git push heroku master上的致命错误 - fatal error on git push heroku master git - 无法推送到远程,错误'致命:不是git存储库' - git - can't push to remote, error 'fatal: Not a git repository' Git push heroku master失败,并显示“远程:致命:早期EOF错误:解包失败:索引包异常退出” - Git push heroku master fails with “remote: fatal: early EOF error: unpack failed: index-pack abnormal exit” Git推送到heroku错误:推送被拒绝,无法编译Ruby应用 - Git push to heroku error: Push rejected, failed to compile Ruby app Git问题[Windows]:git push致命错误。 GitBash和cmd不同步 - Git Issue [Windows]: git push fatal error. GitBash and cmd not in Sync Git push origin master致命错误:对railsstutorial / first_app.git的权限被拒绝 - Git push origin master fatal error: Permission to railstutorial/first_app.git denied 使用capistrano部署失败-致命:HTTP请求失败。 在设置为bitbucket时请求github - Deploying with capistrano fails - fatal: HTTP request failed. Requesting github, when set to bitbucket
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM