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 issue - resolved

323 pointsby mactavish88about 2 years ago
Seems like GitHub&#x27;s struggling at the moment: https:&#x2F;&#x2F;downdetector.com&#x2F;status&#x2F;github&#x2F;<p>I&#x27;m getting unicorns.

43 comments

larsnystromabout 2 years ago
HN should really have a “Down HN” category, as this is the most reliable place to get this information.
评论 #35325916 未加载
评论 #35325993 未加载
评论 #35326263 未加载
davempabout 2 years ago
Now&#x27;s a good opportunity to ask about alternative Git hosts. What other services do HNers use?<p>I&#x27;ve been unwilling to host any personal projects on GH after Copilot launched and it because clear that GH&#x2F;MS doesn&#x27;t really respect the authors of the code they host. Honestly open source in general has gotten a little less compelling to me after Copilot. The recent security issue at GH has also turned me off even more on Git hosting services.<p>For closed source projects maybe it&#x27;s just best to store encrypted backups off site and spin up a self hosted option whenever collaboration is needed. Seems pretty inefficient though.
评论 #35326546 未加载
评论 #35326559 未加载
评论 #35326557 未加载
评论 #35326444 未加载
评论 #35327181 未加载
评论 #35326688 未加载
评论 #35326565 未加载
评论 #35326379 未加载
评论 #35326947 未加载
评论 #35329299 未加载
Phemistabout 2 years ago
This was done out of an abundance of caution, I&#x27;m sure.
评论 #35325851 未加载
评论 #35326404 未加载
mabboabout 2 years ago
I feel like HN could just have a traffic monitor that adds a little icon to the main page. Like &quot;I dunno what&#x27;s up, but there&#x27;s a LOT of y&#x27;all here right now, so something probably is&quot;.
评论 #35326446 未加载
can16358pabout 2 years ago
Yup. Tried pushing and got &quot;remote: fatal error in commit_refs&quot;. Was trying to understand what I was doing wrong.
评论 #35326025 未加载
评论 #35325890 未加载
评论 #35325917 未加载
评论 #35326288 未加载
MattIPv4about 2 years ago
<a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;incidents&#x2F;52z0j6phhnjs" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;incidents&#x2F;52z0j6phhnjs</a>
评论 #35325958 未加载
hakanderyalabout 2 years ago
Because this needs to happen as one prepares to push to day&#x27;s last deploy. Back to backups.<p>Have backups for critical systems, people. In my case, it&#x27;s building docker containers locally and luckily deploying to one server via ssh.
评论 #35325882 未加载
评论 #35325921 未加载
belterabout 2 years ago
Git Docs... - <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Getting-Started-About-Version-Control" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Getting-Started-About-Version...</a><p>&quot;...The next major issue that people encounter is that they need to collaborate with developers on other systems. To deal with this problem, Centralized Version Control Systems (CVCSs) were developed. These systems (such as CVS, Subversion, and Perforce) have a single server that contains all the versioned files, and a number of clients that check out files from that central place. For many years, this has been the standard for version control.&quot;<p>&quot;...However, this setup also has some serious downsides. The most obvious is the single point of failure that the centralized server represents. If that server goes down for an hour, then during that hour nobody can collaborate at all or save versioned changes to anything they’re working on. If the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything...&quot;<p>&quot;...This is where Distributed Version Control Systems (DVCSs) step in. In a DVCS (such as Git, Mercurial, Bazaar or Darcs), clients don’t just check out the latest snapshot of the files; rather, they fully mirror the repository, including its full history. Thus, if any server dies, and these systems were collaborating via that server, any of the client repositories can be copied back up to the server to restore it. Every clone is really a full backup of all the data....&quot;
评论 #35326539 未加载
评论 #35326703 未加载
gitgudabout 2 years ago
Hmm this is quite an incident, I haven&#x27;t seen Github reject all pushes to all repos like this in quite some time.... hopefully not SSH key related
TheLocehiliosanabout 2 years ago
Also known as Monday.
rvzabout 2 years ago
It goes down every month like I said before [0]. The last time this happened was 2 days ago [1] then weeks ago [2] and it is evident that it is falling apart in front of us.<p>First, it was the RSA key leak in [1][3], then the site&#x27;s key expired causing down time again [2] and now this.<p>I don&#x27;t think anyone can tell me with a straight face that GitHub was any more reliable or better when Microsoft acquired it. It is now worse off.<p>Nothing has changed except for more outages and downtime.<p>So so reliable. &#x2F;s<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35004629" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35004629</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35295216" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35295216</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35003741" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35003741</a><p>[3] <a href="https:&#x2F;&#x2F;github.blog&#x2F;2023-03-23-we-updated-our-rsa-ssh-host-key&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;2023-03-23-we-updated-our-rsa-ssh-host-k...</a>
评论 #35326638 未加载
Fabricio20about 2 years ago
Looks like it&#x27;s back and the status page reports it as green, however GitHub Actions builds are not triggering on push as usual when this happens, so for me it doesn&#x27;t seem to be fully recovered yet.
Bostonianabout 2 years ago
Suppose you start your day by downloading some code from GitHub to work on. This morning you would be stuck. Do you save code on your hard drive or company servers or GitLab to handle this risk?
评论 #35327226 未加载
评论 #35326303 未加载
drewbug01about 2 years ago
One wonders if MSFT leadership will ever connect the dots between “hollowing out talent over the years,” “hiring freezes,” and “layoffs” to this outcome.<p>One wonders sometimes if that’s the goal.
评论 #35326588 未加载
评论 #35327457 未加载
tiffanyhabout 2 years ago
Only code with Github is replicated locally, not everything else like wiki, issues, etc.<p>That&#x27;s something I love about Fossil.<p>Everything with Fossil (wiki, issues, code) is replicated as well.
评论 #35326578 未加载
tomaszcekaloabout 2 years ago
I wonder if it has anything to do with them updating their RSA SSH host key (<a href="https:&#x2F;&#x2F;github.blog&#x2F;2023-03-23-we-updated-our-rsa-ssh-host-key&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;2023-03-23-we-updated-our-rsa-ssh-host-k...</a>) 3 days ago.
vidlutherabout 2 years ago
I feel like events like these are the new &quot;compiling&quot;.. <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;303&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;303&#x2F;</a>
MattIPv4about 2 years ago
Also seeing unicorns, mostly for &quot;No server is currently available to service your request.&quot;. If I don&#x27;t get a unicorn, the page takes a long old time to load.
willejsabout 2 years ago
I used to get my github status updates in slack via an RSS feed, and just searched for the feed again, but its gone? Is there an alternative for this?
评论 #35326285 未加载
robinhoodexeabout 2 years ago
Is anyone self-hosting the enterprise version of github as a backup? Or using it as the primary source and then using the cloud version as backup?
mnshabout 2 years ago
&gt; We’ve identified an infrastructure change that has been rolled back and we are monitoring recovery.<p>From github status
CipherThrowawayabout 2 years ago
Back up for me
评论 #35325860 未加载
powerageabout 2 years ago
I have been getting error when I try git push. I taught the problem is me but I saw this thread.
bouncycastleabout 2 years ago
Ever since Microsoft took over...
评论 #35325961 未加载
tibanneabout 2 years ago
One has to ask oneself... would this have happened without the Microsoft acquisition?
评论 #35326576 未加载
henriquenunezabout 2 years ago
Seems it&#x27;s fixed now?
评论 #35325918 未加载
new_user_finalabout 2 years ago
Why GitHub is down so often? Why is it not possible to keep it up 100% of time (without counting physical failure)?. I haven&#x27;t seen any down time for my system (it has hundreds of thousands of users online) in months since I have completed the setup.
评论 #35326022 未加载
评论 #35326001 未加载
评论 #35326223 未加载
评论 #35325994 未加载
评论 #35326094 未加载
tarrudaabout 2 years ago
Maybe they are experimenting with GPT automating devops
oneeyedpigeonabout 2 years ago
Related to the Twitter source code leak, perchance?
评论 #35325971 未加载
Madmallardabout 2 years ago
ok this makes sense i was just trying to push
5mv2about 2 years ago
Are there downtime safe GitHub alternatives?
评论 #35336887 未加载
siva7about 2 years ago
Codespaces is not connecting anymore for me
dainiusseabout 2 years ago
Commited code straight from copilot :)
dolmenabout 2 years ago
Looks OK from here (Paris, France).
lesquivemeauabout 2 years ago
It seems like you can push again !
0xcb0about 2 years ago
I cant push anymore! Anyone else ?
yla92about 2 years ago
Everything is green now!
tomconteabout 2 years ago
Time for another coffee
kukimonstaabout 2 years ago
I am getting unicorns!
xwdvabout 2 years ago
It’s up now.
dark-starabout 2 years ago
seems to work fine for me...?
rurbanabout 2 years ago
read-only
expotesticleabout 2 years ago
Thanks for ruining my day