GitHub was down
31–40 of 197 posts
Re: GitHub was down
#32Seems 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.
Re: GitHub was down
#33Re: GitHub was down
#34What 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...
Gitlab?
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 alternatives.
Re: GitHub was down
#35Does this mean we get the day off?
Re: GitHub was down
#36Re: GitHub was down
#37What 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...
What I personally do in AWS is bake my artifacts or other git-sourced data into AMI's. If you want a middle ground, you can instead push your artifacts to an s3 target -- s3 has better reliability / track record than github for this purpose.
Re: GitHub was down
#38What 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
#39What 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
#40if only we had a decentralized version control system...