补充关闭 SSL 认证方法.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-31 09:21:29 +08:00
parent 8e8281fb31
commit 31b73c0926
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
git config --global user.name
git config --global user.email
git 访问某些 https 连接会出现 SSL 认证错误,此时可通过全局配置关闭 SSL 认证:
git config --global http.sslVerify "false"
### Git 与 SSH
如果想访问远程 Git 服务器,则最好通过 SSH 方式。这需要先生成 RSA 密钥,然后将公钥部署到远程服务器上即可。生成 RSA 密钥可使用 OpenSSH命令如下Windows 下该命令位于 /\<git 安装目录\>/usr/bin/ 下,可使用 Git Bash 直接访问):