If you listen closely you can hear the sound of continuous integration builds around the world breaking
Yup, a coworker was wondering why a build failed, a minute later I saw this.
Oh wait, we have.
71–80 of 297 posts
If you listen closely you can hear the sound of continuous integration builds around the world breaking
Yup, a coworker was wondering why a build failed, a minute later I saw this.
Oh wait, we have.
Fortunately git is distributed and lets you work offline. https://git-scm.com/about/distributed
Hubot has assumed control...the singularity is upon us!!!
seems pushes are going into oblivion, but the client side gets a return code that the push was successful.
If you listen closely you can hear the sound of continuous integration builds around the world breaking
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.
Aren't npm installs actually hosted on npm? This shouldn't affect npm installs.
while true; do curl -s https://status.github.com/api/status.json | grep good && tput bel || echo -n .; sleep 1; done