Skip to content

git_clone() error -> Error in libgit2::git_clone : invalid argument: 'repo' #244

@josenino95

Description

@josenino95

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions