matt-dray/ghdump

Test that "clone" works on Windows

Closed this issue · 0 comments

It doesn't.

Suggested fix:

system(
  paste0(
    "git clone https://github.com/", gh_user, "/", repo, ".git ", dest_dir, "/", repo
  )
)