On MacOS, running this a few times will eventually randomly hang at the last "object":
> gert::git_clone("https://github.com/hadley/tidytext.git", tempfile())
Transferred 9311 of 9312 objects...
Sometimes we see: Error in libgit2::git_clone : SecureTransport error: (null) which suggests a problem in the MacOS TLS.
Doesn't happen on Linux afaict.
cc @hadley
On MacOS, running this a few times will eventually randomly hang at the last "object":
Sometimes we see:
Error in libgit2::git_clone : SecureTransport error: (null)which suggests a problem in the MacOS TLS.Doesn't happen on Linux afaict.
cc @hadley