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
Based on carpentries/sandpaper-docs#33 (comment), we could implement a solution where we check if the user has macOS and are running RStudio and if so, use Sys.getenv(which -a") to check if /usr/bin/git actually works or if there is an xcrun error. If there is an error, we check if /usr/local/bin/git exists and use that version.
The text was updated successfully, but these errors were encountered:
Based on carpentries/sandpaper-docs#33 (comment), we could implement a solution where we check if the user has macOS and are running RStudio and if so, use
Sys.getenv(which -a")
to check if/usr/bin/git
actually works or if there is an xcrun error. If there is an error, we check if/usr/local/bin/git
exists and use that version.The text was updated successfully, but these errors were encountered: