You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm getting the following error when using gert::git_clone()
Error in libgit2::git_clone : invalid argument: 'repo'
Here is the code I'm trying to run when I get the error message (You can reproduce it as it doesn't need any extra resource). tmp <- tempfile() tmpout <- file.path(tmp, "workbench-template-rmd") gert::git_clone("https://github.com/carpentries/workbench-template-rmd", tmpout)
I'm using git version 2.47.1.windows.1, R 4.4.2 and gert 2.1.4.