补充增大 postBuffer 的方法.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2020-04-15 14:48:19 +08:00
parent 277d242fa1
commit 22d087fd3e
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ git 访问某些 https 连接会出现 SSL 认证错误,此时可通过全局
git config --global http.sslVerify "false"
```
克隆比较大的项目时容易出现 RPC failed通过将 postBuffer 设置大些以解决此问题:
```sh
git config --global http.postBuffer 524288000
```
### Git 与 SSH
如果想访问远程 Git 服务器,则最好通过 SSH 方式。这需要先生成 RSA 密钥,然后将公钥部署到远程服务器上即可。生成 RSA 密钥可使用 OpenSSH命令如下Windows 下该命令位于 /\<git 安装目录\>/usr/bin/ 下,可使用 Git Bash 直接访问):