Live data from Hacker News

Incident with Issues and Pull Requests

githubstatus.com

31–40 of 143 posts

Re: Incident with Issues and Pull Requests

#31
post #15

Does anyone host their own git repos in an enterprise environment? How do you do it and what are some good resources for learning how to do this?

Yes, we do this using https://gitea.io/en-us/ on a private server (firewall, backups and a replica) for most projects. Github is only used when it's required by a stakeholder.

Re: Incident with Issues and Pull Requests

#35

Not just issues and PRs - I had to try multiple times before I was able to successfully push code to a repo over SSH. This is the error I was seeing: ERROR: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Everyone thinking they've been laid off and notified via git push. Just GitHub being GitHub.

Exactly what I thought! Maybe I'm too paranoid

Re: Incident with Issues and Pull Requests

#37
post #15

Does anyone host their own git repos in an enterprise environment? How do you do it and what are some good resources for learning how to do this?

Yes, we do this using https://gitea.io/en-us/ on a private server (firewall, backups and a replica) for most projects. Github is only used when it's required by a stakeholder.

+1 for gitea. Lightweight, easy to set up.

Re: Incident with Issues and Pull Requests

#38
> Codespaces is experiencing degraded performance. We are continuing to investigate.

Imagine not only not being able to push your code, but also not even being able to _write your code_ at all. And so many orgs rely on Actions to even be able to deploy. Geez. I personally believe that the cloud sucks.

Post reply on HN