GitHub was down
41–50 of 197 posts
Re: GitHub was down
#42What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...
Work locally? It's Git.
thank goodness I'm on bitbucket :) One of the things they offer is your own local server synched with their cloud servers for redundancy.
Re: GitHub was down
#43if only we had a decentralized version control system...
Exactly this. It's painful to realize that Git was invented to solve this very problem, but so many use GitHub as their source control server just like CVS and all the other old source control systems.
Re: GitHub was down
#44Seems like they're saying it's maintenance now? $ gl fatal: remote error: GitHub is offline for maintenance. See http://status.github.com for more info.
That is likely just their standard downtime message.
Re: GitHub was down
#45Re: GitHub was down
#46What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...
Re: GitHub was down
#47Re: GitHub was down
#48Earlier quoted context omitted.
Gitlab?
Does anyone know an alternative to githost.io? We don't want to use gitlab.org as it's painfully slow but also don't want to manage our own gitlab instance. edit: We don't like the recent changes made in githost. ( Replaced the $35 option with $149 ) We're a team of 15 people. edit2: should have clarified; I'm hooked to GitLab, just looking for another service that does managed hosting. Not looking for GitLab alterna…
If you're really concerned, you run it yourself. GitLab insider a docker container isn't hard to manage. You can even 1-click Gitlab onto a DO Droplet in just a few minutes: https://www.digitalocean.com/community/tutorials/how-to-use-...
Re: GitHub was down
#49if only we had a decentralized version control system...
Re: GitHub was down
#50What do people do to get around this? Run my own git server like the good 'ol days? Github has become a central source of failure for us now...