Search code examples
eclipse-plugin

Not able to clone repository


When i try to clone the repository the following error pops up. error when I try to clone the repository. After creating an account in BitBucket I tried to clone the repository. While doing the same in eclipse I encountered a transport error.

It says that the possible reasons for the error are : Incorrect url, no network connection, ssl host could not be verified.


Solution

  • The question isn't clear enough. But I think it's that the http.sslVerify that needs to be set to false. To clone the repository.

    Uploaded the image for reference please check.

    Eclipse > Window > Preferences

    Search for git in the filter.

    Configuration > Add Entry.

    Check this.

    Hope it helps. Thanks.