Gitea 的首要目标是创建一个极易安装,运行非常快速,安装和使用体验良好的自建 Git 服务。项目采用 Go
作为后端语言,只要生成一个可执行程序即可。并且他还支持跨平台,支持 Linux、 macOS 和 Windows
以及各种架构,除了x86、amd64,还包括 ARM 和 PowerPC 。 Gitea 1.6.2 已发布,包含安全修复和 bug 修复: SECURITY BUGFIXES Fix indexer reindex bug when gitea restart (#5563) (#5564) Remove a double slash in the HTTPS redirect with Let's Encrypt (#5537) (#5539) Fix bug when a read perm user to edit his issue (#5516) (#5534) Detect force push failure on deletion of protected branches (#5522) (#5531) Let's Encrypt handler listens on correct port for certificate validation (#5525) (#5527) Fix forgot deletion of notification when delete repository (#5506) (#5514) Fix undeleted content when deleting user (#5429) (#5509) Fix empty wiki (#5504) (#5508)
更多详情可查阅发行日志 |