Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in libgit2::git_clone can't clone #228

Open
TanguyBarthelemy opened this issue Jul 12, 2024 · 4 comments
Open

Error in libgit2::git_clone can't clone #228

TanguyBarthelemy opened this issue Jul 12, 2024 · 4 comments

Comments

@TanguyBarthelemy
Copy link

Hi,

I try to use {gert} to clone a repository.

But I encountered an issue:

> library("gert")
Linking to libgit2 v1.7.1, ssh support: YES
Global config: ...
System config: ...
Default user: ...
> git_dir <- file.path(tempdir(), 'antiword')
> git_clone('https://github.com/ropensci/antiword', git_dir)
Error in libgit2::git_clone : failed to connect to github.com: 

However, when I try to clone with the system() function, I get no error and it works:

> system("git clone https://github.com/ropensci/antiword")
Cloning into 'antiword'...
[1] 0

Do I have to configure something additionally?

Thank you

@jeroen
Copy link
Member

jeroen commented Jul 12, 2024

I am guessing you are behind proxy servers?

@TanguyBarthelemy
Copy link
Author

Yes, but it's configured in my env var http_proxy and https_proxy.

@jeroen
Copy link
Member

jeroen commented Jul 12, 2024

Yeah that doesn't work (yet), see some of the other issues. I'll give that another try soon, I think libgit2 made some progress since the last time I tried.

@TanguyBarthelemy
Copy link
Author

Okay thanks. Now I see all the other issues (with the same proxy issue..)
Forgive me for raising a point that has already been made enough times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants