NetBeans / BitBucket Command - "Git returned with the following error: Read timeout after 45,000 ms"

I am trying to clone a project from my BitBucket repository in Netbeans 8.0.

I tried Team> Git> Clone ...

... but the result is the "Git returned with the following error: Reading error after 45,000 ms".

Now I conducted another test with a small HTML5 repository and was cloned / imported in order, so the problem here should be related to the size of the repository, since it is 514 MB.

So, is there a way to increase or remove the 45x NetBeans timeout, or do I need to both download the repository and manually set up a new project?

+4
source share

Source: https://habr.com/ru/post/1536562/


All Articles