 Pro Git 2nd Edition 2.1.413Perforce A Custom Importer Summary Git Internals Plumbing and Porcelain Git Objects Tree Objects Commit Objects Object Storage Git References The HEAD Tags Remotes Packfiles The Refspec Protocols Summary Maintenance and Data Recovery Maintenance Data Recovery Removing Objects Environment Variables Global Behavior Repository Locations Pathspecs Committing Networking Diffing and Merging about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects, what the object model is, details of packfiles, server protocols, and more. Throughout the book0 码力 | 731 页 | 21.49 MB | 1 年前3 Pro Git 2nd Edition 2.1.413Perforce A Custom Importer Summary Git Internals Plumbing and Porcelain Git Objects Tree Objects Commit Objects Object Storage Git References The HEAD Tags Remotes Packfiles The Refspec Protocols Summary Maintenance and Data Recovery Maintenance Data Recovery Removing Objects Environment Variables Global Behavior Repository Locations Pathspecs Committing Networking Diffing and Merging about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects, what the object model is, details of packfiles, server protocols, and more. Throughout the book0 码力 | 731 页 | 21.49 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413 Perforce A Custom Importer Summary Git Internals Plumbing and Porcelain Git Objects Tree Objects Commit Objects Object Storage Git References The HEAD Tags Remotes Packfiles The Refspec Protocols Summary Maintenance and Data Recovery Maintenance Data Recovery Removing Objects Environment Variables Global Behavior Repository Locations Pathspecs Committing Networking Diffing and Merging about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects, what the object model is, details of packfiles, server protocols, and more. Throughout the book0 码力 | 691 页 | 13.35 MB | 1 年前3 Pro Git 2nd Edition 2.1.413 Perforce A Custom Importer Summary Git Internals Plumbing and Porcelain Git Objects Tree Objects Commit Objects Object Storage Git References The HEAD Tags Remotes Packfiles The Refspec Protocols Summary Maintenance and Data Recovery Maintenance Data Recovery Removing Objects Environment Variables Global Behavior Repository Locations Pathspecs Committing Networking Diffing and Merging about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects, what the object model is, details of packfiles, server protocols, and more. Throughout the book0 码力 | 691 页 | 13.35 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414 Git Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects, what the object model is, details of packfiles, server protocols, and more. Throughout the book personally to you, the user. You can make Git read and write to this file specifically by passing the --global option, and this affects all of the repositories you work with on your system. 3. config file in0 码力 | 501 页 | 17.96 MB | 1 年前3 Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414 Git Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . about Git and can wield it with power and grace, you can move on to discuss how Git stores its objects, what the object model is, details of packfiles, server protocols, and more. Throughout the book personally to you, the user. You can make Git read and write to this file specifically by passing the --global option, and this affects all of the repositories you work with on your system. 3. config file in0 码力 | 501 页 | 17.96 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66选项,那么它就会读写该文件中的配置变量。 (由于它是系统配置文件,因此你需要管理员或 超级用户权限来修改它。) 2. ~/.gitconfig 或 ~/.config/git/config 文件:只针对当前用户。 你可以传递 --global 选项让 Git 读写此文件,这会对你系统上 所有 的仓库生效。 3. 当前使用仓库的 Git 目录中的 config 文件(即 .git/config):针对该仓库。 你可以传递 --local 提交都会使 用这些信息,它们会写入到你的每一次提交中,不可更改: $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com 再次强调,如果使用了 --global 选项,那么该命令只需要运行一次,因为之后无论你在该系统上做任何事 情, Git 都会使用那些信息。 运 行没有 --global 选项的命令来配置。 很多 GUI 工具都会在第一次运行时帮助你配置这些信息。 文本编辑器 既然用户信息已经设置完毕,你可以配置默认文本编辑器了,当 Git 需要你输入信息时会调用它。 如果未配 置,Git 会使用操作系统默认的文本编辑器。 如果你想使用不同的文本编辑器,例如 Emacs,可以这样做: $ git config --global core.editor0 码力 | 501 页 | 19.30 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66选项,那么它就会读写该文件中的配置变量。 (由于它是系统配置文件,因此你需要管理员或 超级用户权限来修改它。) 2. ~/.gitconfig 或 ~/.config/git/config 文件:只针对当前用户。 你可以传递 --global 选项让 Git 读写此文件,这会对你系统上 所有 的仓库生效。 3. 当前使用仓库的 Git 目录中的 config 文件(即 .git/config):针对该仓库。 你可以传递 --local 提交都会使 用这些信息,它们会写入到你的每一次提交中,不可更改: $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com 再次强调,如果使用了 --global 选项,那么该命令只需要运行一次,因为之后无论你在该系统上做任何事 情, Git 都会使用那些信息。 运 行没有 --global 选项的命令来配置。 很多 GUI 工具都会在第一次运行时帮助你配置这些信息。 文本编辑器 既然用户信息已经设置完毕,你可以配置默认文本编辑器了,当 Git 需要你输入信息时会调用它。 如果未配 置,Git 会使用操作系统默认的文本编辑器。 如果你想使用不同的文本编辑器,例如 Emacs,可以这样做: $ git config --global core.editor0 码力 | 501 页 | 19.30 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66(由于它是系统配置文件,因此你需要管理员或超级用户权限 来修改它。) 2. ~/.gitconfig 或 ~/.config/git/config 文件:只针对当前用户。 你可以 传递 --global 选项让 Git 读写此文件,这会对你系统上 所有 的仓库生 效。 3. 当前使用仓库的 Git 目录中的 config 文件(即 .git/config):针对该仓 库。 你可以传递 --local 提交都会使用这些信息,它们会写入到你的每一次提交 中,不可更改: $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com 再次强调,如果使用了 --global 选项,那么该命令只需要运行一次,因为之 后无论你在该系统上做任何事情, Git 都会使用那些信息。 没有 -- global 选项的命令来配置。 很多 GUI 工具都会在第一次运行时帮助你配置这些信息。 文本编辑器 既然用户信息已经设置完毕,你可以配置默认文本编辑器了,当 Git 需要你输 入信息时会调用它。 如果未配置,Git 会使用操作系统默认的文本编辑器。 如果你想使用不同的文本编辑器,例如 Emacs,可以这样做: $ git config --global core.editor0 码力 | 670 页 | 13.59 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66(由于它是系统配置文件,因此你需要管理员或超级用户权限 来修改它。) 2. ~/.gitconfig 或 ~/.config/git/config 文件:只针对当前用户。 你可以 传递 --global 选项让 Git 读写此文件,这会对你系统上 所有 的仓库生 效。 3. 当前使用仓库的 Git 目录中的 config 文件(即 .git/config):针对该仓 库。 你可以传递 --local 提交都会使用这些信息,它们会写入到你的每一次提交 中,不可更改: $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com 再次强调,如果使用了 --global 选项,那么该命令只需要运行一次,因为之 后无论你在该系统上做任何事情, Git 都会使用那些信息。 没有 -- global 选项的命令来配置。 很多 GUI 工具都会在第一次运行时帮助你配置这些信息。 文本编辑器 既然用户信息已经设置完毕,你可以配置默认文本编辑器了,当 Git 需要你输 入信息时会调用它。 如果未配置,Git 会使用操作系统默认的文本编辑器。 如果你想使用不同的文本编辑器,例如 Emacs,可以这样做: $ git config --global core.editor0 码力 | 670 页 | 13.59 MB | 1 年前3
 git 操作手册gitconfig 文件里 # git config --global user.name cof #设置用户名 # git config --global user.email cof@cof-lee.com #设置邮箱 # git config --global h�p.sslVerify false #不验证ssl证书 # git config --global --list #查看全局设置 ★本地设置 针 对 单 一 项 目 的 设 置 , 使 用 --local 参 数 , 本 地 设 置 信 息 保 存 在 项 目 目 录/.git/config文件里 # cd 项目目录 # git ),源为 yyy,目的为xxx # git branch --no-merged #查看没有合并到当前分支的分支列表 # git config --global init.defaultBranch main #设置默认分支名为main,默认 为master;设置完成后,再init其他仓库,则默认名称生效(只对新创建仓库生 效)0 码力 | 35 页 | 1.69 MB | 1 年前3 git 操作手册gitconfig 文件里 # git config --global user.name cof #设置用户名 # git config --global user.email cof@cof-lee.com #设置邮箱 # git config --global h�p.sslVerify false #不验证ssl证书 # git config --global --list #查看全局设置 ★本地设置 针 对 单 一 项 目 的 设 置 , 使 用 --local 参 数 , 本 地 设 置 信 息 保 存 在 项 目 目 录/.git/config文件里 # cd 项目目录 # git ),源为 yyy,目的为xxx # git branch --no-merged #查看没有合并到当前分支的分支列表 # git config --global init.defaultBranch main #设置默认分支名为main,默认 为master;设置完成后,再init其他仓库,则默认名称生效(只对新创建仓库生 效)0 码力 | 35 页 | 1.69 MB | 1 年前3
 Gitea v1.21.1 中文文档数据上传的问题 1. batch response: Authentication required: Authorization error: Gitea v1.21.1 中文文档数据上传的问题 1. batch response: Authentication required: Authorization error:- /info/lfs/objects/batch 2. Check that you have proper access to the repository 3. error: failed to push some refs ENGINE=InnoDB; 。 如果您使用的是 MySQL 5,另一个可能的修复方法是: 1. SET GLOBAL innodb_file_format=Barracuda; 2. SET GLOBAL innodb_file_per_table=1; 3. SET GLOBAL innodb_large_prefix=1; 不幸的是,MySQL 的 utf8 字符集不完全允许所有可能的 0 码力 | 303 页 | 3.88 MB | 1 年前3
共 7 条
- 1














 
 