新搭建Gitea提交代码服务器证书验证失败
$ git push -u origin master
fatal: unable to access 'https://giteaserver.com/asipilin/P6XerParser.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
解决:
$ git config --global http.sslverify false