Gitea v1.21.1 中文文档0.0:3000: bind: address already in use 的 错误,需要将 Gitea 启动在另一个空闲端口上。您可以使用 ./gitea web -p $PORT 来实现。可能已经有另一个 Gitea 实例在运行。 从 v1.8 版本开始,arm7 版本的 Gitea 存在问题,无法在树莓派和类似设备上运行。 建议切换到 arm6 版本,该版本经过测试并已被证明可以在树莓派和类似设备上运行。 版本是 16,建议使用最新的 LTS 版本。 注意:当执行需要外部工具的 make 任务(如 make misspell-check )时,Gitea 将根据需要自动下载和构建这些 工具。为了能够实现这个目的,你必须将 "$GOPATH/bin" 目录添加到可执行路径中。如果没有将 Go 的二进制目录添 加到可执行路径中,你需要自行解决产生的问题。 注意2:需要 Go 版本 1.20 或更 update 3. helm install gitea gitea/gitea 如果采用默认安装指令,Helm 会部署单实例的 Gitea, PostgreSQL, Memcached。若您想实现自定义安装(包 括配置 Gitea 集群、NGINX Ingress、MySQL、MariaDB、持久存储等),请前往阅读:Gitea Helm Chart 您也可以通过 helm show0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66结下不解之缘的原因。书中采用的是我引进的做软件的风格,这种风格比我之前看 到的任何事情都要自然。那时我已经做了好几年开发者了,但是这本书将我指引到一条更加精彩的道路上。 几年之后的现在,我是 Git 的一个主要实现的贡献者,我在最大的 Git 托管公司工作,我已经环游世界教人们使 用 Git。当 Scott 问我是否有兴趣在第二版上工作时,我甚至连想都没想就答应了。 能在这本书上工作是一份巨大的快乐与荣耀。我希望它能像帮助我一样帮助你。 Git。本章面向那些希望在你自己的组织或个人服务器搭建用于合作的 Git 的读者。 如 果你希望让别人处理这些事务,我们也会探讨一些托管选项。 第五章 将阐述多种分布式工作流的细节,以及如何使用 Git 实现它们。 学习完本章,你应该能够在多个远程仓 库之间游刃有余,通过电子邮件使用 Git, 熟练地处理多个远程分支和合作者贡献的补丁。 第六章 介绍 GitHub 托管服务以及深层次的工具。我们将涵盖注册与账户管理, 不可思议的能力——本章将展示, 在你不得不使 用 SVN 服务器的时候如何协同合作。我们还将介绍如何从不同系统导入项目, 以便你能够全身心投入 Git 的怀 抱。 第十章 深入 Git 隐晦而漂亮的实现细节。现在,你已经知道所有有关 Git 的知识, 能够熟练运用 Git 的强大优雅 的功能。接下来,你可以继续学习 Git 如何存储对象、 Git 的对象模型是怎样的、打包文件的细节、服务器协议 等更多知识。0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66Rerere 使用 Git 调试 文件标注 二分查找 子模块 开始使用子模块 克隆含有子模块的项目 在包含子模块的项目上工作 子模块的技巧 子模块的问题 打包 替换 凭证存储 底层实现 自定义凭证缓存 总结 自定义 Git 配置 Git 客户端基本配置 Git 中的着色 外部的合并与比较工具 格式化与多余的空白字符 服务器端配置 Git 属性 二进制文件 关键字展开 结下不解之缘的原因。书中采用的是我引进的做 软件的风格,这种风格比我之前看到的任何事情都要自然。那时我已经做了好 几年开发者了,但是这本书将我指引到一条更加精彩的道路上。 几年之后的现在,我是 Git 的一个主要实现的贡献者,我在最大的 Git 托管公 司工作,我已经环游世界教人们使用 Git。当 Scott 问我是否有兴趣在第二版 上工作时,我甚至连想都没想就答应了。 能在这本书上工作是一份巨大的快乐与荣耀。我希望它能像帮助我一样帮助 Git。本章面向那些希望在你自己的组织或个人服务 器搭建用于合作的 Git 的读者。 如果你希望让别人处理这些事务,我们也会探 讨一些托管选项。 第五章 将阐述多种分布式工作流的细节,以及如何使用 Git 实现它们。 学习 完本章,你应该能够在多个远程仓库之间游刃有余,通过电子邮件使用 Git, 熟练地处理多个远程分支和合作者贡献的补丁。 第六章 介绍 GitHub 托管服务以及深层次的工具。我们将涵盖注册与账户管0 码力 | 670 页 | 13.59 MB | 1 年前3
Pro Git 2nd Edition 2.1.413do specific tasks with JGit. go-git In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation. This implementation does not have any native dependencies and thus is not prone to manual memory management errors. It is also transparent for the standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc. go-git is focused0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413do specific tasks with JGit. go-git In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation. This implementation does not have any native dependencies thus is not prone 474 to manual memory management errors. It is also transparent for the standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc. go-git is focused0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 do specific tasks with JGit. go-git In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation. This implementation does not have any native dependencies and thus is not prone to manual memory management errors. It is also transparent for the standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc. go-git is focused0 码力 | 691 页 | 13.35 MB | 1 年前3
git 操作手册②TortoiseGit 官网: h�ps://tortoisegit.org/ 使用TortoiseGit时,要求提前安装好git工具 ★部署gitlab仓库 gitlab是一个基于git实现的在线代码仓库软件,提供web可视化管理界面,通常 用于企业团队内部协作开发 ★安装gitlab-ce 部署gitlab-ce要求服务器内存>=4GB,本例使用操作系统为 Rocky Linux0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













