良好的源代码控制托管以保护隐私?
我正在寻找一个非常私密的源代码控制/托管解决方案。由于我是唯一的合作者,除了托管我自己的服务之外,还有什么好的服务呢?
我正在使用 Git。最重要的方面是隐私。我不想让任何人看到我的代码,我只是将其用于源代码控制/备份。我将是唯一的开发者。
I'm looking for a very private source control/hosting solution. Short of hosting my own, and seeing as I'm the only collaborator, what is a good service for this?
I'm using Git. The most important aspect is privacy. I don't want anyone to see my code, I'm simply using it for source control/backup. I will be the only developer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虚拟专用服务器
您没有提到预算,所以我认为这对您来说并不那么重要。我们的所有源代码都位于由 Slicehost 托管的虚拟服务器上(您可以选择任何其他 VPS 提供商),我们通过 ssh 访问它们。最大的优点:
(a) 私有 - 你需要 ssh 才能访问盒子
(b) 可在任何有网络连接的地方访问
(c) 每晚和每周免费提供备份
我是 Slicehost 的粉丝(已经使用它们两年多了),但您可以与任何 VPS 提供商设置相同的系统。有关于在 Slicehost 上设置 git 的文章 这里
Virtual Private Servers
You haven't mentioned the budget so I'm going to assume that it's not that important for you. We have all of our source code on virtual servers hosted by Slicehost (you could pick any other VPS provider) and we access them over ssh. The big advantages:
(a) Private - you need ssh to access the box
(b) Accessible anywhere there's a network connection
(c) Nightly & weekly Backups are included for free
I'm a fan of Slicehost (been using them for over two years now) but you could set up the same system with any VPS provider. There's and article on setting up git on Slicehost here