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 again

166 pointsby originofalmost 5 years ago

31 comments

arilotteralmost 5 years ago
I was seeing PRs failing to update & webhooks failing to trigger upon pushing code for 30 minutes before GH's status page acknowledged anything. I'm surprised they don't have monitoring in place that would catch webhooks failing within minutes of the failure beginning.
评论 #23848051 未加载
评论 #23850111 未加载
评论 #23849030 未加载
评论 #23850443 未加载
评论 #23848418 未加载
silasdavisalmost 5 years ago
GitHub actions downtime is becoming painful for us. Having been lured on there with 10,000 included minutes which they shortly thereafter dropped to 3,000 I feel aggrieved paying for overages incurred from actions regularly shitting the bed.
评论 #23847773 未加载
评论 #23848626 未加载
bob1029almost 5 years ago
Here we are again. Me taking a break on Hackernews because all my webhooks and pull requests are fucked and I have no idea where my devops tools are relative to what the real state of affairs is. I have pretty much had enough of this. It is too disruptive to our process. It is causing fragility and loss of confidence in our build pipeline.<p>At this point, we would probably be better off just bolting some lightweight git solution onto our devops tools (which are 100% custom in-house developed), rather than fighting with some more-durably-hosted offering of GitHub, et. al.<p>Anyone who posts that &quot;but you cant make it more reliable than microsoft&quot; line is not thinking about the dependencies between systems and the considerable impact incurred on a service just by virtue of it being a publicly-accessible platform without any cost barrier to entry. Sure, bringing it in house might bring additional difficulties, but I think I can eliminate a shitload of existing difficulties if we moved from webhooks across the public internet to a direct method invocation within the same binary image.
评论 #23848676 未加载
评论 #23848689 未加载
zellyalmost 5 years ago
<a href="https:&#x2F;&#x2F;gitea.io&#x2F;en-us&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitea.io&#x2F;en-us&#x2F;</a><p><a href="https:&#x2F;&#x2F;git.zx2c4.com&#x2F;cgit&#x2F;" rel="nofollow">https:&#x2F;&#x2F;git.zx2c4.com&#x2F;cgit&#x2F;</a><p><a href="https:&#x2F;&#x2F;about.gitlab.com&#x2F;install&#x2F;?version=ce" rel="nofollow">https:&#x2F;&#x2F;about.gitlab.com&#x2F;install&#x2F;?version=ce</a>
评论 #23848773 未加载
评论 #23849123 未加载
评论 #23849778 未加载
评论 #23849426 未加载
niftylettucealmost 5 years ago
There have been at least three major outages, e.g. git clone of a repo, in the past week alone. All three of which have been unreported (and NOT shown on their incident page), but I have email confirmation from GitHub support of these issues. It&#x27;s almost time to switch to Gitlab. I have hundreds of repositories, organizations, and packages to transfer, while it will be daunting... I need reliability. I have several paid GitHub orgs and accounts as well.
评论 #23849980 未加载
rollulusalmost 5 years ago
GitHub used to have a pretty cool status page, with all kinds of real time graphs. Does anyone know what happened to it? Since it makes me really sad that this status page is a plain lie, I had to visit HN to get the confirmation that they are having issues again, and that it just wasn&#x27;t only me.
评论 #23846982 未加载
评论 #23847002 未加载
DevKoalaalmost 5 years ago
The company I work for moved to Gitlab because we were pessimistic on GitHub in the past few years. I don’t really have a strong opinion on which is better though, I still keep my private repositories on GitHub. However, I feel that Microsoft will start feeling the pain soon as more people in the development community get sour on GitHub.
评论 #23853594 未加载
cameronfraseralmost 5 years ago
Why is outage history pre-acquisition removed from their history? If you try to go back in time it seems they only retain history up to a couple months after the acquisition. Is this just a 2 year retention policy or something being swept under the rug?
评论 #23848282 未加载
评论 #23848205 未加载
评论 #23848238 未加载
评论 #23848276 未加载
Animatsalmost 5 years ago
What&#x27;s the easiest way to duplicate all your Github repositories, with history, somewhere else?<p>Ideally, I&#x27;d like to have two synchronized repositories, for no single point of failure, organizational or otherwise.
评论 #23849413 未加载
评论 #23849375 未加载
评论 #23849409 未加载
评论 #23849469 未加载
评论 #23849404 未加载
评论 #23849442 未加载
评论 #23849391 未加载
miguelmotaalmost 5 years ago
Where does github publish post-moderms of downtime? I only see things like &quot;We have deployed a fix and are monitoring recovery.&quot; in the github status history which doesn&#x27;t provide details.
评论 #23848488 未加载
originofalmost 5 years ago
The Latest commits don&#x27;t appear in the commits tab
评论 #23846986 未加载
评论 #23847847 未加载
varbhatalmost 5 years ago
For free Gitea instance, You can try <a href="https:&#x2F;&#x2F;codeberg.org" rel="nofollow">https:&#x2F;&#x2F;codeberg.org</a>
rvzalmost 5 years ago
Do I have to repeat this over and over again? If these non-profit open-source projects [0] are able to self-host a git solution like GitLab, Gitea, cgit or Phabricator instance somewhere, surely your team or open-source project can too.<p>Even a self-hosted GH Enterprise would suffice for some businesses but this would be overkill for others. I even see the Wireguard author using his own creation (cgit) to self-host on his own git solution for years. [1]<p>This is problematic since many JS&#x2F;TS, Go and Rust packages are on GitHub, which many developers rely on. Thus, it would be risky to think about tieing open-source project to (GitHub Actions, Apps, etc).<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23818020" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23818020</a><p>[1] <a href="https:&#x2F;&#x2F;git.zx2c4.com" rel="nofollow">https:&#x2F;&#x2F;git.zx2c4.com</a>
评论 #23849670 未加载
kchoudhualmost 5 years ago
That&#x27;s it, I&#x27;m launching SubversionHub.
评论 #23850120 未加载
评论 #23849841 未加载
评论 #23849822 未加载
评论 #23850016 未加载
zymhanalmost 5 years ago
How do they not have a single update in over 1.5 hours? This is ridiculous.
yizhang7210almost 5 years ago
Ugh the last month has been pretty difficult. Hope they get better soon.
neurostimulantalmost 5 years ago
So that&#x27;s why my automated build wasn&#x27;t triggered ~4 hours ago. I was like &quot;no way github is having issues again, they were down just the other day, it&#x27;s probably just docker hub&#x27;s fault&quot;. If they decided to publish a blog post about these series of outages later, I bet it would be pretty interesting.
donatjalmost 5 years ago
It&#x27;s been having issues all day. Wanted to show a coworker some changes I was proposing but the site wouldn&#x27;t show the changes I&#x27;d pushed to my pull request. Ended up just having him pull the changes.<p>FWIW the git backend always seems rock solid in comparison to the front end they have displaying it.
评论 #23848286 未加载
rydrealmost 5 years ago
I really want to move to GitLab but its UI is atrocious... like too mobile phone looking on desktop
mikewhyalmost 5 years ago
noticing issues on GitHub, CircleCI, and Launch Darkly.
may4malmost 5 years ago
I had a problem with github a while ago when I tried merging a PR to the master branch, the merge commits reflected on master but the PR was still open.I would repeatedly click the merge button but the PR wouldn&#x27;t show as merged
mlang23almost 5 years ago
Likely unrelated, but I recently noticed that GitHub stopped updating my activities overview for july. I definitely pushed commits, but they are not noticed. Anyone else having a similar issue?
评论 #23850551 未加载
marcinzmalmost 5 years ago
How is GitLab like in terms of downtime? I looked at their status history page and I&#x27;m seeing a lot of incidents but it&#x27;s hard to figure out what it actually means.
评论 #23848353 未加载
评论 #23848395 未加载
评论 #23851110 未加载
talkingtabalmost 5 years ago
Running your own git server is trivial. I have been doing it for years on a very cheap digital ocean instance. Set up ssh keys, lock it down with ufw, done.<p>If that is not enough, run your own instance of gitlab.<p>If that is not enough use Gitlab.<p>Microsoft is going to attempt to make a profit on Github. That&#x27;s okay, but based on past experience and current issues, their business model is lock-in not service.<p>I suspect the same is true for NPM.
stuntalmost 5 years ago
At the current rate, Whatever you host will have a better uptime than Github.
drcongoalmost 5 years ago
They&#x27;re probably using the Facebook SDK &#x2F;s
revskillalmost 5 years ago
Scaling Rails is hard ? Github needs to move to CDN, static site deployment instead.
jupedalmost 5 years ago
Git is distributed.
MattGaiseralmost 5 years ago
Did Microsoft adopt Scrum?
josefrichteralmost 5 years ago
The Microsoft Effect
iso947almost 5 years ago
Don’t host yourself, it’s impossible to meet the reliability of the professionals
评论 #23848278 未加载
评论 #23849271 未加载
评论 #23850151 未加载
评论 #23848411 未加载
评论 #23848483 未加载
评论 #23848314 未加载
评论 #23848360 未加载