Suddenly, pulling a git project in eclipse from bitbucket I got the error:
cannot open git-upload-pack
I do not understand why this error occurs, but the solution is to configure the following parameter:
http.sslVerify false
In Eclipse we have to configure this parameter via Preferences > Team > Git > Configuration and clicking Add Entry...