git config --global http.sslverify false
xhbruce@xhbruce:/mnt/d/AOSP/Android_R/frameworks/base$ git pull fatal: unable to access 'https://mirrors.tuna.tsinghua.edu.cn/git/AOSP/platform/frameworks/base/': server certificate verification failed. CAfile: none CRLfile: none xhbruce@xhbruce:/mnt/d/AOSP/Android_R/frameworks/base$ git config --global http.sslverify false



