rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.95k stars 540 forks source link

cannot delete a file #323

Open 17812 opened 5 years ago

17812 commented 5 years ago

Hi - We are trying to delete config.json file in our repo. When we clone the repo locally and run bfg, config.json is not found but we find other json files ..

When we look at github, the file exists and accessible via the following url :

https://github.com/XXX/XXX/blob/ed77aa2a7a33d22ea2ad13a3b7941c27be4135/test/config/config.json

we run : *bfg -D ".json" --no-blob-protection**

Appreciate if you can shed some light? Thanks!

vlsi commented 5 years ago

Do you have other tags/branches that reference the commit? Do you have PRs in the repository? Do you have forks of the repository?

See https://twitter.com/githubhelp/status/387926738161774592