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 was down

201 pointsby benbruscellaalmost 5 years ago

29 comments

ivalmalmost 5 years ago
This is a nice reminder that you can have multiple remote repos and push/pull to all of them at the same time. For my side projects I usually use both github and google cloud source (I use gcp). If one is down the other is still available and then just resync when service is recovered.
评论 #23818292 未加载
评论 #23818493 未加载
评论 #23818609 未加载
评论 #23820595 未加载
a012almost 5 years ago
I know Github is down because I&#x27;m trying to update a kops cluster, but Github breaks it<p><pre><code> &gt; kops update cluster error reading channel &quot;https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;kubernetes&#x2F;kops&#x2F;master&#x2F;channels&#x2F;stable&quot;: unexpected response code &quot;500 Internal Server Error&quot; for &quot;https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;kubernetes&#x2F;kops&#x2F;master&#x2F;channels&#x2F;stable&quot;: 500: Internal Server Error</code></pre>
评论 #23818362 未加载
评论 #23818367 未加载
lprdalmost 5 years ago
This is slowly becoming a weekly occurrence ever since Microsoft entered the picture...<p><a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;</a>
评论 #23817879 未加载
评论 #23818230 未加载
评论 #23819498 未加载
FBISurveillancealmost 5 years ago
From what I understood, they are having capacity issues with one of their MySQL masters or something. I&#x27;ve read that they are in process of sharding&#x2F;resolving that but it takes time.<p>To GitHub SRE&#x2F;oncall people: hang in there, you&#x27;re awesome.
评论 #23821164 未加载
luiseduardoalmost 5 years ago
Yeah, our builds are failing for a couple of hours now, and we just use Github because one of the dependencies in NPM downloads a binary from a public repository. We&#x27;re already forking what we can to our gitlab self-hosted server, but even a simple git clone or even browsing the website can lead to a HTTP 500 right now.<p>Lots of incidents lately, but it&#x27;s becoming increasingly hard to get away from Github.
rvzalmost 5 years ago
I said this before many times and I&#x27;ll say it again, consider self-hosting your projects on a solution like GitLab or Gitea to avoid this sort of situation. [0]<p>GNOME, Xfce, Redox, Wireguard, KDE and Haiku all have self-hosted on either cgit, Gitlab, Phabricator or Gitea.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23676072" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23676072</a>
评论 #23818307 未加载
评论 #23818122 未加载
评论 #23818208 未加载
评论 #23818185 未加载
评论 #23818114 未加载
评论 #23818166 未加载
评论 #23818319 未加载
评论 #23818999 未加载
jonny383almost 5 years ago
Seriously, again!? I am growing seriously impatient with this. It&#x27;s been downhill since Microsoft took over.<p>GitLab is starting to look good (or even Gitea self-hosted).
评论 #23817810 未加载
评论 #23817823 未加载
yuppiepuppiealmost 5 years ago
ITT: Lots of Github hate.<p>Dont forget that change in software is inherently risky and will result in bugs, etc. Id rather have a platform that is always looking to make things better and risking a bit of downtime, than a stale platform that we all know we depend on.
评论 #23818674 未加载
tdonovicalmost 5 years ago
Getting 500s all over the api, gl whoever is on call
sairamkunalaalmost 5 years ago
(copied over from other thread - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23817794" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23817794</a>)<p>Github started doing availability reports. Last month&#x27;s details in the blog post below with summary of the issue.<p>Stay tuned till next month for the current outage.<p><a href="https:&#x2F;&#x2F;github.blog&#x2F;2020-07-08-introducing-the-github-availability-report&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;2020-07-08-introducing-the-github-availa...</a>
评论 #23820371 未加载
ashishbalmost 5 years ago
What if we had a smart failover. Use GitHub and GitLab simultaneously. All issues, all comments, all PRs duplicated. If one goes down you use the other one in the time being with no interference at all. One can probably then build a frontend which magically does this failover for ci&#x2F;CD etc. Isn&#x27;t that&#x27;s how much redundant this should be?
bamboozledalmost 5 years ago
I guess it&#x27;s time Github realizes that they&#x27;re not longer just relied upon for git, but for so much more.
chvidalmost 5 years ago
Cool thing about git is that it is distributed and there is no single point of failure ...
评论 #23818783 未加载
mro_namealmost 5 years ago
Who would really rely on a single, external, free, no-guarantees service and not have redundancy to tolerate some hours of downtime?<p>Make github a mirror (at least source-wise) and you can benefit from it&#x27;s outreach without being held hostage. Am happy with that e.g. <a href="https:&#x2F;&#x2F;notabug.org&#x2F;mro&#x2F;ShaarliOS&#x2F;src&#x2F;master&#x2F;doap.rdf" rel="nofollow">https:&#x2F;&#x2F;notabug.org&#x2F;mro&#x2F;ShaarliOS&#x2F;src&#x2F;master&#x2F;doap.rdf</a> Inspired by <a href="https:&#x2F;&#x2F;indieweb.org&#x2F;POSSE" rel="nofollow">https:&#x2F;&#x2F;indieweb.org&#x2F;POSSE</a>
评论 #23819206 未加载
m0xtealmost 5 years ago
Yay this crashed our Jenkins instance as well.
评论 #23818368 未加载
holleralmost 5 years ago
Hopefully it&#x27;s just them reverting their latest UI changes
评论 #23818348 未加载
评论 #23818299 未加载
INTPenisalmost 5 years ago
I just had to access my Github stars to find an old app I bookmarked. No dice. Otherwise I&#x27;ve moved all my current projects to Gitlab so Stars and contributing to other repos are my two most used features atm.
Evidloalmost 5 years ago
Everything seems up now. Does anyone know if Github pages went down too?
mxschumacheralmost 5 years ago
in my build pipeline, I query several different package hosts (npm, pypi, docker-hub etc) and Github&#x2F;Gitlab. If any of them is unavailable, the build fails.<p>What&#x27;s the best way to keep my own copy of the packages my software needs (and their dependencies), so that my build process is less fragile? Ideally, I&#x27;d only have to rely on those 3rd party platforms to download new versions or have them as a backup.<p>When relying on my own copy of required packages - can I expect much faster builds?
评论 #23818553 未加载
quyleanhalmost 5 years ago
I still don&#x27;t understand people who always mentions to Microsoft&#x27;s acquisition. Until the official statement, it isn&#x27;t Microsoft failure. Don&#x27;t blame them.
评论 #23818151 未加载
jschulenklopperalmost 5 years ago
This can be merged with <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23817794" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23817794</a>
mindfreezealmost 5 years ago
Another Discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23817794" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23817794</a>
bezmenovalmost 5 years ago
They’re minutes away from dropping below two nines looking at <i>Issues, Pull Requests, Projects</i>. Other services look comparably unreliable.
benbruscellaalmost 5 years ago
&quot;We have identified the source of elevated errors and are working on recovery.&quot;<p>A day wrecker!
hhas01almost 5 years ago
Human sacrifice, dogs and cats living together… mass hysteria!
Beldinalmost 5 years ago
It is ironic that a version control system engineered to be distributed is now typically used in such a centralised way.
maxbainesalmost 5 years ago
Savage Unicorn, Github who knew.
niccalmost 5 years ago
People are advocating hosting their own Git repos, but wouldn&#x27;t those go down, too, and wreck the day even more?<p>Or, are you guys all devops geniuses better than those who work at GitHub?
评论 #23818050 未加载
评论 #23818392 未加载
评论 #23817895 未加载
评论 #23817907 未加载
评论 #23817889 未加载
评论 #23818005 未加载
评论 #23817920 未加载
评论 #23818181 未加载
评论 #23817924 未加载
评论 #23818388 未加载
评论 #23818394 未加载
评论 #23817935 未加载
quantummkvalmost 5 years ago
Surely it can&#x27;t be a coincidence that Github is down every other week after the Microsoft acquisition? Is Microsoft interfering too much? Or did the core technical expertise leave for other greener pastures in Microsoft or outside?
评论 #23817970 未加载
评论 #23817971 未加载