Pro Git 2nd Edition 2.1.413
mean to. To deal with this issue, programmers long ago developed local VCSs that had a simple database that kept all the changes to files under revision control. Figure 1. Local version control diagram collaborate at all or save versioned changes to anything they’re working on. If the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything — server to get the history and display it for you — it simply reads it directly from your local database. This means you see the project history almost instantly. If you want to see the changes introduced0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
don’t mean to. To deal with this issue, programmers long ago developed local VCSs that had a simple database that kept all the changes to files under revision control. 10 Figure 1. Local version control collaborate at all or save versioned changes to anything they’re working on. If the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything — server to get the history and display it for you — it simply reads it directly from your local database. This means you see the project history almost instantly. If you want to see the changes introduced0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 2nd Edition 2.1.413
mean to. To deal with this issue, programmers long ago developed local VCSs that had a simple database that kept all the changes to files under revision control. Figure 1. Local version control diagram collaborate at all or save versioned changes to anything they’re working on. If the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything server to get the history and display it for you — it simply reads it directly from your local database. This means you see the project history almost instantly. If you want to see the changes introduced0 码力 | 691 页 | 13.35 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
shell is not enabled. hint: ~/git-shell-commands should exist and have read and execute access. Connection to gitserver closed. 此时,用户仍可通过 SSH 端口转发来访问任何可达的 git 服务器。 如果你想要避免它,可编辑 authorized_keys 文件并在所有想要限制的公钥之前添加以下选项: log $ git diff Submodule DbConnector c3f01dc..d0354fc: > more efficient db routine > better connection routine 如果在此时提交,那么你会将子模块锁定为其他人更新时的新代码。 如果你不想在子目录中手动抓取与合并,那么还有种更容易的方式。 运行 git submodule update non-null terminated lines > more robust error handling > more efficient db routine > better connection routine 这非常有趣,因为我们可以直接看到将要提交到子模块中的提交日志。 提交之后,你也可以运行 git log -p 查看这个信息。 $ git log -p --submodule0 码力 | 501 页 | 19.30 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
shell is not enabled. hint: ~/git-shell-commands should exist and have read and execute access. Connection to gitserver closed. 此时,用户仍可通过 SSH 端口转发来访问任何可达的 git 服务器。 如果你想 要避免它,可编辑 authorized_keys 文件并在所有想要限制的公钥之前添加以 log $ git diff Submodule DbConnector c3f01dc..d0354fc: > more efficient db routine > better connection routine 如果在此时提交,那么你会将子模块锁定为其他人更新时的新代码。 如果你不想在子目录中手动抓取与合并,那么还有种更容易的方式。 运行 git submodule update non-null terminated lines > more robust error handling > more efficient db routine > better connection routine 这非常有趣,因为我们可以直接看到将要提交到子模块中的提交日志。 提交 之后,你也可以运行 git log -p 查看这个信息。 $ git log -p --submodule0 码力 | 670 页 | 13.59 MB | 1 年前3Gitea v1.21.1 中文文档
Plane 之外的所有 Unicode 字符(包括表情符号)。排序规则根据您预期的内 容选择。如果不确定,可以使用 unicode_ci 或 general_ci 。 1. CREATE DATABASE giteadb CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_unicode_ci'; 根据需要替换数据库名称。 5. 将数据库上的所有权限授予上述创建的数据库用户。 字符集创建数据库,并由之前创建的数据库用户拥有。可以根据预期内容使用任何 libc 排序 规则,使用 LC_COLLATE 和 LC_CTYPE 参数指定: 1. CREATE DATABASE giteadb WITH OWNER gitea TEMPLATE template0 ENCODING UTF8 LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US %COMPUTERNAME% 后得到的响应。如果响应是 USER-PC ,那么 RUN_USER = USER-PC$ 。 如果您使用 SQLite3,请将 PATH 更改为包含完整路径: 1. [database] 2. PATH = c:/gitea/data/gitea.db 要注册为Windows服务,首先以Administrator身份运行 cmd ,然后执行以下命令: 1.0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1