What do you mean by "the free one's won't allow me to keep my code to myself"? If you are worried about permissions pretty much all of them (shy of CVS) implement user level security. There is some administration overhead involved but should provide the functionality you're looking for.
Based on your use of the git tag, I'm assuming you are specifically interested in git. You might want to read Chapter 4 of Pro Git, an online book by Scott Chacon. It covers the various protocols and options for running a git server.
That said, running your own server will probably be more expensive than buying private hosting somewhere like github.com, unless you're already running a server anyway.
发布评论
评论(3)
“免费的不允许我保留我的代码”是什么意思?如果您担心权限,几乎所有这些(除了 CVS)都实现了用户级安全性。涉及一些管理开销,但应该提供您正在寻找的功能。
What do you mean by "the free one's won't allow me to keep my code to myself"? If you are worried about permissions pretty much all of them (shy of CVS) implement user level security. There is some administration overhead involved but should provide the functionality you're looking for.
根据您对
git
标签的使用,我假设您对 git 特别感兴趣。您可能想阅读 第 4 章。 org/book/" rel="nofollow">Pro Git,Scott Chacon 的在线书籍。它涵盖了运行 git 服务器的各种协议和选项。也就是说,运行您自己的服务器可能比在 github.com 等地方购买私人托管更昂贵,除非您已经无论如何都在运行服务器。
Based on your use of the
git
tag, I'm assuming you are specifically interested in git. You might want to read Chapter 4 of Pro Git, an online book by Scott Chacon. It covers the various protocols and options for running a git server.That said, running your own server will probably be more expensive than buying private hosting somewhere like github.com, unless you're already running a server anyway.
除了能够托管您自己的 git 服务器之外,至少还有 2 个免费提供商可以让您托管私人项目。
我个人最喜欢的是 BitBucket.org,另一个是 assembla.com。
As well as being able to host your own git server there are at least 2 free providers out there that will allow you to host private projects.
My personaly favorite is BitBucket.org , assembla.com is another.