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
Confirm that your issue is a genuine bug in the gittargets package itself and not a user error, known limitation, or issue from another package that gittargets depends on. For example, if you get errors running tar_make_clustermq(), try isolating the problem in a reproducible example that runs clustermq and not gittargets. And for miscellaneous troubleshooting, please post to discussions instead of issues.
If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
This is just the same as yihui/crandalf#24. On Windows OS, tar_git_ok() complains even if the user name and email are configured globally. This is simply because R for Windows sets HOME environment as Documents folder. Hopefully this is taken care of here.
Reproducible example
gittargets::tar_git_ok()
#> ✔ Git binary: 'C:\PROGRA~1\Git\cmd\git.exe'#> ✖ No Git config global user email. See details in ?tar_git_ok().#> ✖ No Git config global user email. See details in ?tar_git_ok().#> [1] FALSE
Thanks for letting me know. Not sure why I forgot to use processx::run() on gittargets:::tar_git_binary() instead of system2("git", ...), but the latest commits should fix it.
Unfortunately I can't use gert because libgit2 is incompatible with Git LFS.
Prework
gittargets
package itself and not a user error, known limitation, or issue from another package thatgittargets
depends on. For example, if you get errors runningtar_make_clustermq()
, try isolating the problem in a reproducible example that runsclustermq
and notgittargets
. And for miscellaneous troubleshooting, please post to discussions instead of issues.Description
This is just the same as yihui/crandalf#24. On Windows OS,
tar_git_ok()
complains even if the user name and email are configured globally. This is simply because R for Windows setsHOME
environment as Documents folder. Hopefully this is taken care of here.Reproducible example
Created on 2022-08-20 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: