Skip to main content

2 posts tagged with "git"

View All Tags

· One min read

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...