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)

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.