Gitea v1.21.1 中文文档Actions常见问题解答 软件包 软件包注册表 Cargo 软件包注册表 Chef 软件包注册表 存储 Composer 软件包注册表 Conan 软件包注册表 Conda 软件包注册表 容器注册表 通用软件包注册表 Go 软件包注册表 Helm Chart 注册表 Maven 软件包注册表 npm 软件包注册表 NuGet 软件包注册表 Pub 软件包注册表 Swift 可观测性 ✘ ✘ ✓ ✓ ✓ ✓ ? 支持第三方渲染工具 ✓ ✘ ✘ ✘ ✘ ✓ ? WebAuthn (2FA) ✓ ✘ ✓ ✓ ✓ ✓ ? 扩展 API ✓ ✓ ✓ ✓ ✓ ✓ ✓ 内置软件包/容器注 册中心 ✓ ✘ ✓ ✓ ✓ ✘ ✘ 同步提交到外部仓库 (push mirror) ✓ ✓ ✘ ✓ ✓ ✘ ✓ 同步外部仓库的提交 (pull mirror) ✓ ✘ ✘ ✓ ✓ ✘ ? 浅色和深色主题 以下示例中使用了 'gitea' 作为密 码。请为您的实例使用一个安全密码。 对于本地数据库: 1. SET old_passwords=0; 2. CREATE USER 'gitea' IDENTIFIED BY 'gitea'; 对于远程数据库: 1. SET old_passwords=0; 2. CREATE USER 'gitea'@'192.0.2.10' IDENTIFIED0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66如果想要在自己的 serverfix 分支上工作,可以将其建立在远程跟踪分支之上: $ git checkout -b serverfix origin/serverfix Branch serverfix set up to track remote branch serverfix from origin. Switched to a new branch 'serverfix' 这会给你一个用于工作的本地分支,并且起点位于/ 。 这是一个十分常用 的操作所以 Git 提供了 --track 快捷方式: $ git checkout --track origin/serverfix Branch serverfix set up to track remote branch serverfix from origin. Switched to a new branch 'serverfix' 由于这个操作太常用了,该捷径本身还有一个捷径。 如果你尝试检出的分支 (a) 不存在且 (b) 刚好只有一个名字 与之匹配的远程分支,那么 Git 就会为你创建一个跟踪分支: $ git checkout serverfix Branch serverfix set up to track remote branch serverfix from origin. Switched to a new branch 'serverfix' 如果想要将本地分支与远 0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66serverfix 分支上工作,可以将其建立在远程跟踪分支之 上: $ git checkout -b serverfix origin/serverfix Branch serverfix set up to track remote branch serverfix from origin. Switched to a new branch 'serverfix' 这会给你一个用于工作的本地分支,并且起点位于/ 。 这是一 个十分常用的操作所以 Git 提供了 --track 快捷方式: $ git checkout --track origin/serverfix Branch serverfix set up to track remote branch serverfix from origin. Switched to a new branch 'serverfix' 由于这个操作太常用了,该捷径本身还有一个捷径。 (a) 不存在且 (b) 刚好只有一个名字与之匹配的远程分支,那么 Git 就会为你 创建一个跟踪分支: $ git checkout serverfix Branch serverfix set up to track remote branch serverfix from origin. Switched to a new branch 'serverfix' 上游快捷方式 如果想 0 码力 | 670 页 | 13.59 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Command-line Git Libgit2 Advanced Functionality Other Bindings Further Reading JGit Getting Set Up Plumbing Porcelain Further Reading go-git Advanced Functionality Further Reading Dulwich what sets it apart, and why so many people are using it. Then, we’ll explain how to download Git and set it up for the first time if you don’t already have it on your system. In Chapter 2, we will go over your life. Chapter 4 will cover Git on the server. This chapter is for those of you who want to set up Git inside your organization or on your own personal server for collaboration. We will also explore0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Command-line Git Libgit2 Advanced Functionality Other Bindings Further Reading JGit Getting Set Up Plumbing Porcelain Further Reading go-git Advanced Functionality Further Reading Dulwich what sets it apart, and why so many people are using it. Then, we’ll explain how to download Git and set it up for the first time if you don’t already have it on your system. In Chapter 2, we will go over your life. Chapter 4 will cover Git on the server. This chapter is for those of you who want to set up Git inside your organization or on your own personal server for collaboration. We will also explore0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413what sets it apart, and why so many people are using it. Then, we’ll explain how to download Git and set it up for the first time if you don’t already have it on your system. In Chapter 2, we will go over of your life. Chapter 4 will cover Git on the server. This chapter is for those of you who want to set up Git inside your organization or on your own personal server for collaboration. We will also explore configuration settings so you can work the way you want to. We will also cover building your own set of scripts to enforce a custom committing policy. Chapter 9 deals with Git and other VCSs. This includes0 码力 | 501 页 | 17.96 MB | 1 年前3
git 操作手册/etc/chrony.conf server 10.99.1.1 iburst prefer #配置集群可访问的ntp服务器 # �medatectl set-�mezone Asia/Shanghai #设置时区 # systemctl restart chronyd # chronyc sources -v ★配置yum源 https://gitlab.cof-lee.com/cof/pro-1.git + 2447ea5...dd101f2 main -> main (forced update) branch 'main' set up to track 'rmtRepo/main'. ★添加用户的ssh密钥 由用户登录gitlab界面,自行添加ssh key 首先在linux服务器上生成用户的ssh密钥对文件0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













