How to install git bfg on Windows

  1. Download the jar from the developer’s website
  2. Put the bfg.jar in C:\jars\
  3. Create a file in C:\jars\ with notepad++ called bfg and add the following
    java -jar bfg.jar
  4. Make sure your bfg file you just created has no file extension
  5. Open the Windows menu and search for ”Edit the System environment variables.”
  6. Click on ”Environment Variables”
  7. Under System variables, double click on Path
  8. Add a new path ”C:\jars\”
  9. Click ok on both windows
  10. Now you should be able to open a new command prompt, type bfg and it should execute the jar

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.