Android studio:將項目上傳到github時出現如下報錯

Unable to access 'https://github.com/*/Postit_notes.git/': error setting certificate verify locations:

解決方案:在android studio Terminal中輸入以下命令行執行即可

          git config --global http.sslverify "false"

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章