3

I have created an R package that I have hosted in my company's Gitlab, and when I try to use the solution described here to install it I get the following error:

Installation failed: Error in 'git2r_clone': SSL error: syscall failure: Connection reset by peer

A coworker tried to run the same command I did and they managed to do it. Why is this error occurring to me?

Pedro Carvalho
  • 565
  • 1
  • 6
  • 26

1 Answers1

1

Check your Git version and your %PATH% (Windows) or $PATH.

You must have a recent Git, for supporting the right OpenSSL version, and you must not reference any other openssl in your PATH which might be too old.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250