For the impatient. I would make a gist but... while true; do curl -s https://status.github.com/api/status.json | grep good && tput bel || echo -n .; sleep 1; done
runs script
121–130 of 297 posts
For the impatient. I would make a gist but... while true; do curl -s https://status.github.com/api/status.json | grep good && tput bel || echo -n .; sleep 1; done
runs script
This is new. Looks like github is still "working" when it's down. $ git push origin master Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 433 bytes | 0 bytes/s, done. Total 5 (delta 4), reused 0 (delta 0) remote: Unexpected system error after push was received. remote: These changes may not be reflected on github.com! remote: You…
The Git backend is different from the GitHub frontend, unsurprisingly.
$ git clone git@github.com:influxdata/influxdb-ios.git
Cloning into 'influxdb-ios'...
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 10 (delta 1), reused 10 (delta 1), pack-reused 0
Receiving objects: 100% (10/10), done.
Resolving deltas: 100% (1/1), done.
Checking connectivity... done.
Even though this doesn't: $ wget https://github.com/influxdata/influxdb-ios
--2016-01-27 20:03:39-- https://github.com/influxdata/influxdb-ios
Resolving github.com... 192.30.252.131
Connecting to github.com|192.30.252.131|:443... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2016-01-27 20:03:39 ERROR 503: Service Unavailable.Sorry, I think I caused this. =[ bower jquery#1.11.3 not-cached git://github.com/jquery/jquery-dist.git#1.11.3 bower jquery#1.11.3 resolve git://github.com/jquery/jquery-dist.git#1.11.3 bower foundation#~5.5.2 cached git://github.com/zurb/bower-foundation.git#5.5.3 bower foundation#~5.5.2 validate 5.5.3 against git://github.com/zurb/bower-foundation.git#~5.5.2 bower ember#^2.3.0 ECMDERR Failed to execute "git ls-remo…
I once ran rm -rf in the production mysql data directory. Shit happens.
Earlier quoted context omitted.
Go to bitbucket, or self-host, or find some other shiny new competitor. The market speaks with its feet.
We're already planning a bitbucket move. Unfortunately it's not planned for another week or two.
Troubleshooting checklist: 1. Commit fails 2. Try again, see if it fails twice 3. Check internet connectivity 4. Try github in browser 5. Try github in a different browser 6. Go to HN to see if it's down for everyone 7. Write snarky comment 8. Go try again...
This is new. Looks like github is still "working" when it's down. $ git push origin master Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 433 bytes | 0 bytes/s, done. Total 5 (delta 4), reused 0 (delta 0) remote: Unexpected system error after push was received. remote: These changes may not be reflected on github.com! remote: You…
git clone git://github.com/MunGell/Codeigniter-TwitterOAuth.git .
where git clone https://... failed. YMMV, of course.
Sorry, I think I caused this. =[ bower jquery#1.11.3 not-cached git://github.com/jquery/jquery-dist.git#1.11.3 bower jquery#1.11.3 resolve git://github.com/jquery/jquery-dist.git#1.11.3 bower foundation#~5.5.2 cached git://github.com/zurb/bower-foundation.git#5.5.3 bower foundation#~5.5.2 validate 5.5.3 against git://github.com/zurb/bower-foundation.git#~5.5.2 bower ember#^2.3.0 ECMDERR Failed to execute "git ls-remo…
That's what you get for using bower and jquery. The react/webpack gods are angry.
If you listen closely you can hear the sound of continuous integration builds around the world breaking
As GitHub queues up webhooks, we're bracing for impact at buddybuild! :)
Earlier quoted context omitted.
What would that look like? Can you describe it? It's not very useful to say stuff without providing some sort of useful idea. You can't just say "someone should write some sort of stupid content tracker, and give it some random three-letter combination that is pronounceable," or whatever.
Can't tell if your serious or not but I suppose that would be properly implemented git.
Earlier quoted context omitted.
Regardless, most dependencies are on GitHub which breaks bower install for most people. It's crazy how much infrastructure relies on this single point of failure.
Someone should make a distributed version control system.
# pre-push (there is not post-push)
# Update in several places
git push bitbucket master
git push gitlab master
# ...