-
Notifications
You must be signed in to change notification settings - Fork 761
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
install_git hangs #1498
Comments
ssh is probably trying to prompt for your credentials, try using ssh-agent to cache them. |
I had the same problem. In the source code, the If the ssh key is not the default, then you would have to pass the credentials. I'm not sure how to cache them with ssh-agent from within Rstudio. So, if that's a better solution than changing the function, does anyone have any pointers? |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
I can successfully clone a git repository running on an internal GitLab server using
git2r::clone
, but when attempting to install a package usingdevtools::install_git
, the command just hangs. R doesn't respond to Ctrl-C and has to be forcefully terminated.The text was updated successfully, but these errors were encountered: