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 Is Down

51 pointsby funOtterover 2 years ago

15 comments

tananaevover 2 years ago
I see a lot of hate for GitHub after Microsoft, but there were many big improvement that I think outweigh some instability, especially for smaller companies or open source projects. Free private repos and free GitHub actions. The UI is also pretty nice and clean. I think GitHub is still one of the best options to host your code.
评论 #34844190 未加载
dwheelerover 2 years ago
I wish my best to the GitHub operations team. There's going to be a lot of pressure to get things running.
评论 #34843964 未加载
nforgeritover 2 years ago
Can confirm 500s. Not sure what is happening but to me it feels like Github became pretty unreliable in the last 2-3 years. I remember several occasions when teams and whole companies I worked at were basically blocked by Github&#x2F;Actions&#x2F;Whatever funny service they were paying for.<p>From those experiences I wouldn&#x27;t recommend Github anymore because I really question the benefit of having a blackbox-as-a-service you&#x27;re fully locked into kinda randomly failing, IIRC correctly Actions was down 2y ago for 1-2 days which is like, a lot these days.
rvzover 2 years ago
I wonder if developers have realised already how unreliable GitHub has been since Microsoft acquired them. I expect them to have an incident every month. Just look at their greatest recent hits: here [0] and [1]<p>It&#x27;s no wonder why going all in on Github makes absolutely no sense. Like I said years ago, it is better to just self-host or mirror your repository to GitHub.<p>Blender surely did choose wisely [2] and perhaps this is the time to self-host your repositories and not &#x27;centralize everything to GitHub&#x27; [3]<p>[0] <a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;history" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;history</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32752965" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32752965</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34700390" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34700390</a><p>[3] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22867803" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22867803</a>
评论 #34843955 未加载
评论 #34843894 未加载
评论 #34843879 未加载
kstrauserover 2 years ago
I saw this yesterday (<a href="https:&#x2F;&#x2F;freeradical.zone&#x2F;@tek&#x2F;109876335075879967" rel="nofollow">https:&#x2F;&#x2F;freeradical.zone&#x2F;@tek&#x2F;109876335075879967</a>), although their status page was all green. I ran a command line like:<p><pre><code> for i in (seq 10); git clone https:&#x2F;&#x2F;me:api_key@github.com&#x2F;… foo; rm -rf foo; sleep 5; end </code></pre> Out of those 10 clones, 2 of them succeeded, and 8 failed (evenly split between 2 different error messages). I opened a trouble ticket because our CI server was driving us nuts with alerts. The status was never anything but all green, though.
tzhenghaoover 2 years ago
It seems intermittent for me when browsing repositories, both public and internal&#x2F;private ones. Normally works every 4&#x2F;5th refresh, but I might be partially responsible for making it worse.
HankB99over 2 years ago
I run a Gitea server on my (home lab) file server. At one point I ran a second server in parallel during a migration. It was pretty straight forward to configure projects to use two servers in parallel. But 99% of my usage is to simply store a copy of my files. Occasionally I file an issue as a reminder. I wonder how difficult it is for users of more advanced features such as CI&#x2F;CD pipelines to duplicate that functionality either on other public servers (Gitlab? Bitbucket?) or a self hosted server.
评论 #34847212 未加载
halostatueover 2 years ago
This is a better URL for this incident: <a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;incidents&#x2F;t2xwk9mz56f4" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;incidents&#x2F;t2xwk9mz56f4</a><p>Everything is currently marked as &quot;degraded&quot;, but in reality the entire website is returning 500s.
评论 #34843820 未加载
hunkinsover 2 years ago
Trying to get a production build out and... it&#x27;s down.
评论 #34843868 未加载
captn3m0over 2 years ago
&gt; green is experiencing degraded availability. We are still investigating and will provide an update when we have one.<p>Anyone knows what service is called green.
oefrhaover 2 years ago
Have they ever resolved their MySQL problem?
nickstinematesover 2 years ago
Seems to be working for me.. just cloned, pushed, and browsed files. Regional thing?
评论 #34843869 未加载
评论 #34843932 未加载
评论 #34843900 未加载
rom-anticsover 2 years ago
<a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;history" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;history</a><p>So far in February there have been 14 incidents. Today is February 17. If you do the math, 14 ÷ 17 = a lot of fucking downtime.
评论 #34843937 未加载
评论 #34843890 未加载
评论 #34843858 未加载
评论 #34846751 未加载
pdimitarover 2 years ago
Either this is Ruby on Rails in all of its glory, or their infrastructure and ops need a lot of attention.<p>GitHub is definitely down more often in the last couple of years though. It&#x27;s noticeable. Hope they figure it out.
评论 #34844001 未加载
评论 #34843952 未加载
prosimover 2 years ago
It&#x27;s back up.