Windows 10
RStudio 1.2.1335
R3.6.0
git2.21.0.windows.1
When I try to do a git operation on Rstudio, even if there is a file that I can commit to, it does not appear on the git tab.
If you redisplay or press the commit button on the git tab, an error pop-up will appear, but the characters are garbled and cannot be read.
How can I solve this problem?
Japanese Windows Native is not recommended unless it is for its own purpose (Windows app development).
If you want to use R and RStudio as data scientists,
Use the docker image (rocker/tidyverse).
After installing docker for windows,
docker run-p 8787:8787 rocker/tidyverse
Just a few minutes to launch the latest R and compiled packages.
Even if you use devtools, it is the least troublesome method.
(Most R core developers assume Unix.docker allows you to reproduce a pure Linux environment on Windows)
© 2025 OneMinuteCode. All rights reserved.