Earlier quoted context omitted.
assembla.com for me too
assembla here too, and very happy. you can set it up for git too if you go into Admin >> Tools
Ask HN: good place to store code online?
41–46 of 46 posts
Re: Ask HN: good place to store code online?
#42I use http://duplicity.nongnu.org/ to backup to Amazon S3 (it has support for various other backends). It encrypts with GnuPG. S3 charges a few cents per GB of transfer and a few cents per GB of storage per month.
I've been looking at duplicity - do you do full system backups?
Re: Ask HN: good place to store code online?
#43Is github really the only one that sells hosted git accounts? How come no one is competing with them?
Seriously, though, thanks to everyone recommending GitHub. We're constantly trying to improve our service to remain the best (even if we're the only one) Git host.
Re: Ask HN: good place to store code online?
#44My suggestion is to get Dreamhost (500GB, 5TB transfer) and buy this for a 2-year time. Enter the promo code "5050" to get $50 bucks off, making this a $150 for 2 years hosting plan that runs svn and you'll never run out of diskspace.
DON'T use Dreamhost. I once had my SVN with them; you have no control over availability - and availability wasn't good, in my experience.
Re: Ask HN: good place to store code online?
#45Your code is everything. You should take care of it properly.
On the other hand, if you are working on OSS, then of course your need for privacy is trumped.