Live data from Hacker News

Ask HN: My GitHub account got suspended without any notice

news.ycombinator.com

191–200 of 279 posts

Re: Ask HN: My GitHub account got suspended without any notice

#191
post #156

Earlier quoted context omitted.

Your ISP could refuse service. This has happened. If you manage to start an ISP people could refuse to peer.

If you run your own AS you can buy bandwidth from literally any carrier, they famously don't give a triangular shit about what you do.

What is AS?

Re: Ask HN: My GitHub account got suspended without any notice

#192
I had the same thing happen last year, after the Microsoft acquisition. I was migrating my repos to a new github account and it was automatically suspended. No email notice or anything. I guess they saw two different accounts logged in at the same IP and that was enough to trigger it.

I contacted them and explained what I was doing and they reinstated it, but I always thought Github allowed and even encouraged "machine users" and thus multiple accounts.

I was definitely annoyed with their heavy-handed approach and lost trust; they could have emailed me first and given me a warning before just automatically shutting my account down and restricting access, assuming I'm a bad actor.

Re: Ask HN: My GitHub account got suspended without any notice

#193
post #98
post #26

Earlier quoted context omitted.

If you truly wish to avoid this kind of problems you should think about hosting your own platform rather than jumping to the next one. Just because the smaller players haven't done anything bad doesn't mean they wouldn't. Gitea/Gitlab are crazy easy to set-up nowadays, especially with a fully working CI/CD setup (I use Gitea+Drone and I love it, Gitlab comes with its own)

Problem is that there are so many services that integrate with github directly that moving to other alternatives will also require moving/replacing those 3rd party services.

Embrace, extend.

Re: Ask HN: My GitHub account got suspended without any notice

#195
post #69

Earlier quoted context omitted.

You don't need a hosting provider. Your code fits on each developers' machine. (Remember when git was touted as a distributed version control system?) If it doesn't, you're at the scale where you're not worrying about your hosting provider dropping you — they're worried about you dropping them.

That's just as true of GitHub though, and isn't the problem. The problem is the related services, like issues, PRs and now CI/CD which all sit with the code but don't come down on a clone. That problem still hasn't been solved, which could mean your whole knowledge base goes missing if you lose access to the server. CI/CD can maybe be replicated from what's on your laptop, but if you don't have the PR history it coul…

You could use something like Fossil[1]. Or you could take regular backups of your project, which you should perhaps be doing anyway.

[1] https://fossil-scm.org/home/doc/trunk/www/index.wiki

Re: Ask HN: My GitHub account got suspended without any notice

#196
post #176

Earlier quoted context omitted.

You'd be surprised how much an acquisition changes priorities. Suddenly the CEO of your company is a middle manager at the acquiring behemoth who is at the whims of their generous crop of Senior Vice Presidents, and wants to keep them happy because s/he has a ton of unvested stock on the line. I don't know what the precise cause of this bad support is, but I would wager that an acquisition by Microsoft will shift Git…

Just so you know how distant Microsoft is keeping this acquisition, Github employees don't show up on the default lookup tool (Who). I'm sure they're pedalling Azure, but other than that Github is still very much independent.

Is that true for how hiring is done and how funds are allocated? In this case customer support funds?

Re: Ask HN: My GitHub account got suspended without any notice

#197

Earlier quoted context omitted.

These companies have millions of customers. Nothing is perfect and scale will always bring problems, both in quantity and depth. The massive success and reliability of cloud services doesn't point to a major risk for most. Regardless I don't see what the issue is in waiting for the full story.

That you'll be waiting forever?

I believe by waiting they mean ignoring the possible issue until the situation changes. So yeah, you can wait forever. It's free.

Re: Ask HN: My GitHub account got suspended without any notice

#198
post #191

Earlier quoted context omitted.

If you run your own AS you can buy bandwidth from literally any carrier, they famously don't give a triangular shit about what you do.

What is AS?

https://en.wikipedia.org/wiki/Autonomous_system_(Internet)

Re: Ask HN: My GitHub account got suspended without any notice

#199

Earlier quoted context omitted.

That you'll be waiting forever?

I believe by waiting they mean ignoring the possible issue until the situation changes. So yeah, you can wait forever. It's free.

Your interpretation is faulty.

Re: Ask HN: My GitHub account got suspended without any notice

#200
post #191

Earlier quoted context omitted.

If you run your own AS you can buy bandwidth from literally any carrier, they famously don't give a triangular shit about what you do.

What is AS?

https://en.m.wikipedia.org/wiki/Autonomous_system_(Internet)
Post reply on HN