Ask HN: GitHub mirror
Is there a GitHub mirror somewhere?
My boxen setup is failing, because
``` Cloning into '/opt/boxen/nodenv'... fatal: unable to access 'https://github.com/wfarr/nodenv/': Failed connect to github.com:443; Operation timed out
```
I believe this is caused by DDOS. Any suggestion?
8 comments
[ 3.0 ms ] story [ 32.1 ms ] threadPeople: have a backup plan.
However, I've configured my projects to be mirrored on several locations with one easy command:
Basically, when you `git push origin master`, it will go to both <a remote> and <another remote> at the same time. Once it's configured, there's no workflow change.I typically mirror my code with GitHub and BitBucket using this setup.
DigitalOcean has a useful reasonably complete guide: https://www.digitalocean.com/community/tutorials/how-to-set-...