-
Notifications
You must be signed in to change notification settings - Fork 154
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
Can't restore git repos (Windows?) #95
Comments
Thanks for the bug report! I think I know what's going on and will get a fix shortly. As a workaround, you can set
to work around the issue. |
Second issue should hopefully be fixed up as well now -- |
Cool! Re second issue, I just opened this: r-lib/remotes#389 so you might want to close it if fixed. |
I think this should be resolved now -- please re-open if you're still seeing issues. |
In current
renv
my restore process falls over whenever it hits a GitHub/git package, e.g.:This lockfile entry:
Fails to restore like so:
These packages will succeed when installed with
remotes::install_github()
. E.g.A possibly unrelated issue is failure to restore Azure Devops hosted packages installed with
remotes::install_git
. For example I have this in myrenv.lock
:Which falls over in a different way with:
Interestingly this could be driven by an issue with
remotes
since while this failsThis succeeds (no ref):
The text was updated successfully, but these errors were encountered: