I've been using Git with RStudio for quite some time, but today I noticed that the Git tab disappeared. I didn't use Git for a few days so that it may disappear earlier.
The problem looks similar to this thread: Git Tab no longer appearing, but I'm on Windows
> Sys.info()
sysname release version
"Windows" "10 x64" "build 22000"
nodename machine login
"DESKTOP" "x86-64" "Oleg"
user effective_user
"Oleg" "Oleg"
I've chosen the Git option for the version control system in the Project Options, agreed to initialize a new git repo, and restart the session. However, RStudio doesn't see the Origin:
while usethis::use_github()
definitely sees where the origin is:
> usethis::use_github()
i Defaulting to 'https' Git protocol
√ Setting active project to 'D:/****'
Error: This repo already has an 'origin' remote, with value 'https://github.com/****.git'.
You can remove this setting with:
`usethis::use_git_remote("origin", url = NULL, overwrite = TRUE)`
I've been recentrly updating all Windows, RStudio, and Git to the latest versions.
What can I do with that problem?