一、gitpush或者pull时报错:fatal:unabletoaccess‘https:github。com’:OpenSSLSSLread:Connectionwasreset,errno10054 产生原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错参考网上解决办法:解除ssl验证后,再次git即可gitconfigglobalhttp。sslVerifyfalse 二、git不支持账号密码,需要更改为Token模式 登录github,获取token 然后使用:gitremoteseturloriginhttps:{token}github。com{仓库路径}。git 例如: gitremoteseturloriginhttps:ghp0UcPFkRaaaxnoKtjCxS23I68wgOOWL8vj0h92epgithub。comyigonsssgcuounaaai。git