git filter repo does not work inside RStudio terminal

Hi there: I am trying to remove files from Large File Storage (LFS) following these instructions.

git-filter-repo is installed. I have used it in the terminal. But I cannot get it to be used inside the Rstudio
terminal pane. I get this error:

git filter-repo --path "filename"

git: 'filter-repo' is not a git command. See 'git --help'.

Am I missing something?

According to the documentation you are referencing, the correct command is git-filter-repo (with a dash between git and filter also)

1 Like