How Can I Resolve:“can not open 'git-upload-pack' ” error in eclipse?

前端 未结 12 644
半阙折子戏
半阙折子戏 2020-12-25 13:00

I am building an android app with the facebook api and I need to import the facebook android sdk. When I want to import this file from github it throws the ..\"can not list

12条回答
  •  有刺的猬
    2020-12-25 13:15

    This is a quite old post, but:

    • never oh never disable ssl verify as suggested in some answers

    • if you want to stick with https:

      1. retrieve add your git server certificate (using firefox for example)
      2. add it to your java keystore. See https://stackoverflow.com/a/27928213/5423781

提交回复
热议问题