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?
Incident with Issues and Pull Requests
31–40 of 143 posts
Re: Incident with Issues and Pull Requests
#32Re: Incident with Issues and Pull Requests
#33Daily reminder that https://github.com/MichaelMure/git-bug could use some help :-D
Re: Incident with Issues and Pull Requests
#34What is going on over there? Third day in a row is... kind of impressive.
Re: Incident with Issues and Pull Requests
#35Not 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.
Re: Incident with Issues and Pull Requests
#36Does 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?
Re: Incident with Issues and Pull Requests
#37Does 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
#38Imagine 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.