TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GitHub issue - resolved

323 点作者 mactavish88大约 2 年前
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 条评论

larsnystrom大约 2 年前
HN should really have a “Down HN” category, as this is the most reliable place to get this information.
评论 #35325916 未加载
评论 #35325993 未加载
评论 #35326263 未加载
davemp大约 2 年前
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 未加载
Phemist大约 2 年前
This was done out of an abundance of caution, I&#x27;m sure.
评论 #35325851 未加载
评论 #35326404 未加载
mabbo大约 2 年前
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 未加载
can16358p大约 2 年前
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 未加载
MattIPv4大约 2 年前
<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 未加载
hakanderyal大约 2 年前
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 未加载
belter大约 2 年前
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 未加载
gitgud大约 2 年前
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
TheLocehiliosan大约 2 年前
Also known as Monday.
rvz大约 2 年前
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 未加载
Fabricio20大约 2 年前
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.
Bostonian大约 2 年前
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 未加载
drewbug01大约 2 年前
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 未加载
tiffanyh大约 2 年前
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 未加载
tomaszcekalo大约 2 年前
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.
vidluther大约 2 年前
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>
MattIPv4大约 2 年前
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.
willejs大约 2 年前
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 未加载
robinhoodexe大约 2 年前
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?
mnsh大约 2 年前
&gt; We’ve identified an infrastructure change that has been rolled back and we are monitoring recovery.<p>From github status
CipherThrowaway大约 2 年前
Back up for me
评论 #35325860 未加载
powerage大约 2 年前
I have been getting error when I try git push. I taught the problem is me but I saw this thread.
bouncycastle大约 2 年前
Ever since Microsoft took over...
评论 #35325961 未加载
tibanne大约 2 年前
One has to ask oneself... would this have happened without the Microsoft acquisition?
评论 #35326576 未加载
henriquenunez大约 2 年前
Seems it&#x27;s fixed now?
评论 #35325918 未加载
new_user_final大约 2 年前
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 未加载
tarruda大约 2 年前
Maybe they are experimenting with GPT automating devops
oneeyedpigeon大约 2 年前
Related to the Twitter source code leak, perchance?
评论 #35325971 未加载
Madmallard大约 2 年前
ok this makes sense i was just trying to push
5mv2大约 2 年前
Are there downtime safe GitHub alternatives?
评论 #35336887 未加载
siva7大约 2 年前
Codespaces is not connecting anymore for me
dainiusse大约 2 年前
Commited code straight from copilot :)
dolmen大约 2 年前
Looks OK from here (Paris, France).
lesquivemeau大约 2 年前
It seems like you can push again !
0xcb0大约 2 年前
I cant push anymore! Anyone else ?
yla92大约 2 年前
Everything is green now!
tomconte大约 2 年前
Time for another coffee
kukimonsta大约 2 年前
I am getting unicorns!
xwdv大约 2 年前
It’s up now.
dark-star大约 2 年前
seems to work fine for me...?
rurban大约 2 年前
read-only
expotesticle大约 2 年前
Thanks for ruining my day