|
|
1
8
事实上 offers private repositories .我不知道所包含的问题追踪器是否可以公开,但我建议无论如何使用一个单独的问题追踪器,比如 Get Satisfaction . AS temoto points out ,你需要解决问题并使用 the right tool for the right job . 您似乎在寻找:
这些链接指向维基百科上的比较图表,如果你没有任何额外的功能需求,只需随机浏览,你可能会发现你喜欢什么和不喜欢什么。 |
|
|
2
3
Bitbucket
(到目前为止只以Mercurial托管而闻名)提供了这个:一个私有存储库
can have a public ticketing system and wiki
.
从2011年10月3日开始, Bitbucket offers Git hosting as well (与hg主机的条件相同,您可以在同一个帐户中混合hg和git存储库)。
在
free plan, you can have an unlimited number of private repositories
.
|
|
|
3
3
吉瑟布的回答 https://help.github.com/articles/issues-only-access-permissions
|
|
|
4
1
把你的需要分为两种不同的需要。首先,您需要一个私有代码托管;Github有这个。第二,你想要一张公共票,Github有。只需在那里打开两个项目。 |
|
|
5
1
BitBucket允许私人回购,但允许公共问题跟踪 |
|
|
6
0
Github提供私有存储库。见 http://github.com/plans . |