Gitlab类似于Github,Github自建服务器版非常昂贵,可以在此查看价格:https://github.com/pricing#feature-comparison。
而Gitlab有社区版(ce)即开源的可供自建的服务器,免费!使用心得可以参见之前的文章:点击此处。
其实,Gitlab还有个与ce相比功能更丰富的ee版本(企业版),但是价格并不算便宜,https://about.gitlab.com/pricing/#self-managed,Gitlab的各版本功能差异:https://about.gitlab.com/pricing/self-managed/feature-comparison/。
Gitlab ee提供全功能试用版,通过搜索,发现了Gitlab ee学习版的实现机制,这里有几个网址可供参考:
https://www.rubydoc.info/gems/gitlab-license/1.0.0/file/README.md
https://github.com/hadesy/gitlab-license/blob/master/License.php
这里做个更为具体的笔记,也是笔者实际的体验结果:
隐藏内容,关注微信公众号,发【验证码】获取验证码查看
以上是通过php的方式解决,下面给出另外一种方式供大家参考:
https://blog.starudream.cn/2020/01/19/6-crack-gitlab/