I am unable to run the bfg jar command over the git repo I am trying to clean.
Java version "1.8.0_201" JDK version 1.8.0_201 MacOs Sierra 10.13.3
I downloaded BFG to /usr/local/bin So total path is /usr/local/bin/bfg-1.11.6.jar
If I run:
java -jar /usr/local/bin/bfg-1.11.6.jar --delete-files .git
I keep getting 'Error: Unable to access jarfile /usr/local/bin/bfg-1.11.6.jar'
I cannot believe this is the best way of doing a manual clean up of git? Reading this -> one Error: Unable to access jarfile bfg.jar - BFG did not help.
Any thoughts?