TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHub Git Operations Are Down

328 pointsby hunkins4 months ago

35 comments

jcims4 months ago
Tangential at best but I work in a regulated industry and we&#x27;re starting to get some heavy scrutiny from external auditors and regulators on the way we plan to address extended outages and forced exits from third party vendors. This goes beyond basic DR&#x2F;BCP and plans are reviewed with at least a high level scenario exercise.<p><a href="https:&#x2F;&#x2F;www.federalregister.gov&#x2F;documents&#x2F;2023&#x2F;06&#x2F;09&#x2F;2023-12340&#x2F;interagency-guidance-on-third-party-relationships-risk-management" rel="nofollow">https:&#x2F;&#x2F;www.federalregister.gov&#x2F;documents&#x2F;2023&#x2F;06&#x2F;09&#x2F;2023-12...</a><p>On the surface a product like managed git repos would seem to be relatively straightforward to deal with, but these same regulated firms are also under tremendous scrutiny for access management, change management, SDLC, etc etc. They also have a huge software footprint which just increases the impact.<p>Self-hosting is obviously the traditional answer, but that&#x27;s not exactly a simple one either.<p>Just an interesting problem.
评论 #42692303 未加载
评论 #42693447 未加载
评论 #42692567 未加载
评论 #42692110 未加载
评论 #42693235 未加载
评论 #42692081 未加载
评论 #42692193 未加载
评论 #42693223 未加载
评论 #42692566 未加载
评论 #42692098 未加载
crest4 months ago
It&#x27;s almost as if only Git is distributed, but people sold out to Github for convenience. Too bad Git lacks a distributed bug tracker and wiki system like Fossil. Guess Github has to fail a lot more for things to change.
评论 #42691458 未加载
评论 #42691703 未加载
评论 #42691733 未加载
评论 #42691872 未加载
评论 #42691821 未加载
评论 #42691512 未加载
评论 #42691848 未加载
评论 #42691683 未加载
评论 #42691768 未加载
评论 #42691710 未加载
评论 #42691992 未加载
评论 #42691520 未加载
评论 #42700682 未加载
评论 #42695039 未加载
评论 #42692273 未加载
评论 #42691624 未加载
评论 #42692364 未加载
评论 #42692753 未加载
评论 #42692533 未加载
freewizard4 months ago
It was down for ~2 hours. The status website claims &quot;degraded performance&quot;, but in reality we get<p><pre><code> git@github.com: Permission denied (publickey). </code></pre> Either GitHub didn&#x27;t know how to communicate, or they were not sure about the real impact.<p>This is bad.
评论 #42692065 未加载
评论 #42692961 未加载
itsjustjordan4 months ago
I was going insane doubting my SSH knowledge, stopped short of creating new keys thankfully!
评论 #42691905 未加载
评论 #42693932 未加载
评论 #42691824 未加载
评论 #42692279 未加载
评论 #42692981 未加载
评论 #42691780 未加载
vinayan34 months ago
Experiencing this as well. I was a bit concerned something was wrong with my key but alas it is not my key but an outage.<p>Developer &quot;snow day&quot;.
评论 #42691388 未加载
评论 #42691449 未加载
评论 #42691472 未加载
评论 #42692050 未加载
tom13374 months ago
Not sure if I am just noticing GitHub&#x27;s issues more often as I am using their tools pretty much every day but their availability is kinda not great. Be it Actions failing or something &quot;not core business&quot; (read: git operations) but I can&#x27;t remember a month in the past where I was not annoyed by any outage on GitHub
评论 #42691931 未加载
评论 #42692357 未加载
评论 #42695080 未加载
cdme4 months ago
It&#x27;s just a hub at the moment.
jxi4 months ago
GitHub Actions are also failing with 500 (gateway timeout) errors when trying to fetch the repository.
hunkins4 months ago
Update: looks like the problem has been identified.<p>&quot;We&#x27;ve identified a cause of degraded git operations, which may affect other GitHub services that rely upon git. We&#x27;re working to remediate.&quot;
j454 months ago
I guess it&#x27;s a good time as any to setup a backup or check out alternatives that could mirror or standalone. Gitlab, Gitea, any others worth checking out?
评论 #42695234 未加载
评论 #42691568 未加载
评论 #42691532 未加载
评论 #42694984 未加载
remram4 months ago
I hope you didn&#x27;t wait until now to push your day&#x27;s work!
评论 #42691623 未加载
clintonb4 months ago
Unclear if related, but the Terraform Registry is also having issues serving data: <a href="https:&#x2F;&#x2F;status.hashicorp.com&#x2F;incidents&#x2F;jypswvyh0h3z" rel="nofollow">https:&#x2F;&#x2F;status.hashicorp.com&#x2F;incidents&#x2F;jypswvyh0h3z</a>.<p>In a wonderful twist, we are relying on a couple modules served from GitHub!
localghost30004 months ago
Can&#x27;t pull anything from my repos which is not great.
评论 #42692825 未加载
评论 #42691258 未加载
james334 months ago
All checkmarks just turned green and my push went through. Snow day over.
arnath4 months ago
It&#x27;s odd to me that there&#x27;s nothing indicating an issue is ongoing on the github.com homepage
burgerrito4 months ago
Thankfully I use Forgejo! No reason to stick with GitHub when Git itself is distributed by nature
评论 #42692008 未加载
eru4 months ago
They were also down a few days ago, but HN flagged my submission as a dupe. :)
lukeh4 months ago
Yup, SSH rejecting my key, thought it was something at my end but no. Can&#x27;t run any Yocto builds... I guess a good opportunity to take a walk or do some life admin.
评论 #42691616 未加载
rasengan4 months ago
Just the info I was expecting to see on HN. Unfortunately (or Fortunately?), a better source for these kinds of things than anywhere else.
impure4 months ago
I thought it was my internet. Oh well, time to finish that game of Civ 6. Edit: and it literally came back up the moment I posted this.
__turbobrew__4 months ago
Yep, 100% of git operations are failing. CI&#x2F;CD and dev operations are at a halt.
the_svd_doctor4 months ago
Ha so that&#x27;s why my git pull were so slow. I should have checked HN faster.
评论 #42692077 未加载
486sx334 months ago
Damn you azure! Or is Microsoft not even running their precious GitHub in azure
评论 #42694934 未加载
hunkins4 months ago
GitHub git operations are down. Any git operation returns a 500 error response.
__d4 months ago
SSH access appears to be rejecting my key too.
ashishb4 months ago
Why does GitHub go down almost once a month?
评论 #42694109 未加载
noplacelikehome4 months ago
I&#x27;ve just ended my Pro plan; enough is enough. I&#x27;ve been debating moving my repositories to a self-hosted forge for a while; it&#x27;ll be an interesting opportunity to move more CI operations out of Actions and into Nix.
qqqult4 months ago
lol I changed my ssh key 2 times until I figured out pubkey permission denied was an issue on their side
souenzzo4 months ago
windows window operations are down
0xbadcafebee4 months ago
&gt; all Git operations were unavailable due to a configuration change<p><i>eats popcorn waiting for explanation of why they didn&#x27;t catch it in non-prod</i>
评论 #42692392 未加载
xyst4 months ago
Yet another reason to self host your VCS. Only thing hosted to “the cloud” these days are my backups - split between S3 and GCS.<p>~$25&#x2F;mo
评论 #42696172 未加载
atulvi4 months ago
I just reset my ssh key lol.
评论 #42691479 未加载
Rexogamer4 months ago
the incident has been marked as resolved; I am now able to push
JSTrading4 months ago
Panic for a minute SSH rejected a key!
unwoven4 months ago
lmao i deleted and readded a new key thinking my key was fucked
评论 #42691617 未加载