sjkiss
1
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
system
Closed
3
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.