AndroidStudio git github项目时报error setting certificate verify locations !

    xiaoxiao2021-03-25  145

    今天使用 AndroidStudio down Github 上的项目时,总是提示clone failed,提示信息为:error setting certificate verify locations !疑惑不解,网上查了方法后,得知自己的ssh的问题,之需要在git终端中输入一下命令就行:

    $ git config --global http.sslverify "false"

    转载请注明原文地址: https://ju.6miu.com/read-11949.html

    最新回复(0)