Viewing 1 replies (of 1 total)
  • Plugin Author Expanded Fronts

    (@expandedfronts)

    Hi,

    Thanks for the additional info. It looks like Apache isn’t seeing the path to Git, causing any git-related functionality to fail.

    It should be an easy fix: Just run where git in command line to see where your current Git installation is located. Then once you have that, just add the following to your wp-config:

    define( 'REVISR_GIT_PATH', 'C:\path\to\git' );

    That should be enough to get you running. Then you’ll need to define the path to MySQL as shown in the Revisr settings in order to get backups to work.

    Let me know if you have any questions, thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘"No Git repository was detected" when using DesktopServer to run locally’ is closed to new replies.