Pro Git 中文版 第2版 2.1.66. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 Smart HTTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . GitHub 将会帮助你加入到一个巨大的社区中。不论你决定为自己的代码使用哪一个 Git 托管服务,这都很有价值。 自从上次出版以来另一个重大变革是 Git 网络传输 HTTP 协议的开发与崛起。书中的大多数例子都已经从 SSH 切换到 HTTP,因为它更简单。 在过去这几年看到 Git 从一个相对无名的版本管理系统成长为商业与开源版本管理的事实标准是令人吃惊的。我 很高兴 Pro Git 做得很好并已 @Geno1024 @IceNature @secondwtq 4.5 Git 守护进程 @branchzero @networm @IceNature @morefreeze 4.6 Smart HTTP @branchzero 许伟程 @IceNature @morefreeze 4.7 GitWeb 许伟程 @networm @IceNature 王波 4.8 GitLab @neo12180 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66变基的风险 用变基解决变基 变基 vs. 合并 总结 服务器上的 Git 协议 本地协议 HTTP 协议 SSH 协议 Git 协议 在服务器上搭建 Git 把裸仓库放到服务器上 小型安装 生成 SSH 公钥 配置服务器 Git 守护进程 Smart HTTP GitWeb GitLab 安装 管理 基本用途 一起工作 第三方托管的选择 总结 分布式 将会帮助你加入到一个巨大的社区中。不论你决定为自己 的代码使用哪一个 Git 托管服务,这都很有价值。 自从上次出版以来另一个重大变革是 Git 网络传输 HTTP 协议的开发与崛起。 书中的大多数例子都已经从 SSH 切换到 HTTP,因为它更简单。 在过去这几年看到 Git 从一个相对无名的版本管理系统成长为商业与开源版本 管理的事实标准是令人吃惊的。我很高兴 Pro Git 做得很好并已经成为市场上 @Geno1024 @IceNature @secondwtq 4.5 Git 守护进程 @branchzero @networm @IceNature @morefreeze 4.6 Smart HTTP @branchzero 许伟程 @IceNature @morefreeze 4.7 GitWeb 许伟程 @networm @IceNature 王波 4.8 GitLab @neo12180 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档Gitea,则现有仓库中的 Git 钩子将不再起作用。在这种 情况下,当推送到仓库时,会显示 Git 错误。 1. 使用 systemd 重新启动 Gitea(推荐) 2. 非 systemd 重启方法 排查故障 旧版 glibc 在另一个端口上运行 Gitea 在 Raspbian 上运行 Gitea 更新到新版本的 Gitea 后出现的 Git 错误 使用二进制文件安装 - 22 或更高版本。不过,建议获取与我们的持续集成(continuous integration, CI)相同的版本,请参阅在 Hacking on Gitea 中给出的建议。 首先,我们需要获取源码。由于引入了 Go 模块,最简单的方法是直接使用 Git,因为我们不再需要在 GOPATH 内 构建 Gitea。 1. git clone https://github.com/go-gitea/gitea (之前的版本中建议使用 SQLite3 数据库的支持。仅建议在少数人使用时使用这个模式。 pam : 启用对 PAM( Linux 可插拔认证模块)的支持。可用于对本地用户进行身份验证或扩展身份验证到 PAM 可用的方法。 gogit :(实验性功能)使用 go-git 变体的 Git 命令。 将所有资源(JS/CSS/模板等)打包到二进制文件中。在生产环境部署时,使用 bindata 构建标签是必需的。在开0 码力 | 303 页 | 3.88 MB | 1 年前3
git 操作手册★重置root用户密码 安装完gitlab-ce后,初始管理密码保存在 /etc/gitlab/ini�al_root_password 文件 中,如果文件已删除或忘记root用户密码了,可以重置,方法如下: # cd /opt/gitlab/bin/ # gitlab-rails console -e produc�on #进入交互界面 > User.all0 码力 | 35 页 | 1.69 MB | 1 年前3
Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 Smart HTTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . publishing has been the development and rise of the HTTP protocol for Git network transactions. Most of the examples in the book have been changed to HTTP from SSH because it’s so much simpler. It’s been directory and nothing else. The Protocols Git can use four distinct protocols to transfer data: Local, HTTP, Secure Shell (SSH) and Git. Here we’ll discuss what they are and in what basic circumstances you0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413When You Rebase Rebase vs. Merge Summary Git on the Server The Protocols Local Protocol The HTTP Protocols The SSH Protocol The Git Protocol Getting Git on a Server Putting the Bare Repository on a Server Small Setups Generating Your SSH Public Key Setting Up the Server Git Daemon Smart HTTP GitWeb GitLab Installation Administration Basic Usage Working Together Third Party Hosted Options publishing has been the development and rise of the HTTP protocol for Git network transactions. Most of the examples in the book have been changed to HTTP from SSH because it’s so much simpler. It’s been0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 When You Rebase Rebase vs. Merge Summary Git on the Server The Protocols Local Protocol The HTTP Protocols The SSH Protocol The Git Protocol Getting Git on a Server Putting the Bare Repository on a Server Small Setups Generating Your SSH Public Key Setting Up the Server Git Daemon Smart HTTP GitWeb GitLab Installation Administration Basic Usage Working Together Third Party Hosted Options publishing has been the development and rise of the HTTP protocol for Git network transactions. Most of the examples in the book have been changed to HTTP from SSH because it’s so much simpler. It’s been0 码力 | 691 页 | 13.35 MB | 1 年前3
共 7 条
- 1













