github or gitee or gitlab

1. github

Managing access to your personal repositories

You can give people collaborator access to repositories owned by your personal account.

If you're using GitHub Free, you can add unlimited collaborators on public and private repositories. 

现在使用免费GitHub账户,你可以对公共repo,和私有repo邀请无限协同者.

 

https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories

 

2. gitee.com

免费账户或者是企业账户,可以提供5个协同者,对一般的小型创业公司够用了.

仓库成员配额说明

个人私有仓库最多支持 5 人协作(如个人拥有多个私有仓库,所有协作人数总计不得超过 5 人)

 

但是权衡一下:

如果说仓库的使用人数较少的时候(5人及以下),优先选择gitee,毕竟国内的网络还是杠杆的

GitHub拉一个仓库效率远低于gitee.

 

3. gitlab-ce

如果自己有服务器,完全可以采用社区版gitlab-ce进行代码托管,集成Jenkins进行devops 开发,这种一般是企业级应用.

你可能感兴趣的:(产品思维)