Title: Cannot seem to push
Last modified: August 22, 2016

---

# Cannot seem to push

 *  Resolved [dudoo](https://wordpress.org/support/users/dudoo/)
 * (@dudoo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cannot-seem-to-push/)
 * Hi, I’m excited to use this plugin but I cannot get push to remote, the in-process
   wheel just spins forever. I have tried this for both bitbucket and github, is
   there anyway to check what the problem is? Thanks!
 * Operating System Linux
    Exec() Enabled true Git Install Path Not Found Git Version
   git version 1.7.1 MySQL Install Path Not Found File Permissions true Repository
   Path /home/xxx/public_html Repository Status Click here to view.
 * [https://wordpress.org/plugins/revisr/](https://wordpress.org/plugins/revisr/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Expanded Fronts](https://wordpress.org/support/users/expandedfronts/)
 * (@expandedfronts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cannot-seem-to-push/#post-5812760)
 * Hi dudoo,
 * It looks like the path to Git (as well as MySQL) isn’t being found by Apache.
 * This can happen when you install Git and don’t select the option to make it available
   to other programs.
 * It’s an easy fix now with Revisr, you can define the path to Git in your wp-config.
   php or functions.php like so:
 * `define( 'REVISR_GIT_PATH', '/usr/bin/git' );`
 * Where ‘/usr/bin/git’ is the install path to Git on your system, which you can
   find by opening up a terminal/command prompt and typing `which git`.
 * Then to get backups to work, you’ll need run `which mysql` and enter that path
   into the Revisr settings under “Database Settings”.
 * Let me know if you have any questions, thanks!
 *  Thread Starter [dudoo](https://wordpress.org/support/users/dudoo/)
 * (@dudoo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cannot-seem-to-push/#post-5812777)
 * Hey, I should have mentioned that everything is working (Git commits and sql 
   backups [perfectly I might add!]), except the push part which never completes,
   so I think GIT is being used correctly.
 * Also, I tried to define both, but I got no dashboard->help changes regardless
   of which I tried.
 * define( ‘REVISR_GIT_DIR’, ‘/usr/bin/git’ );
    define( ‘REVISR_GIT_PATH’, ‘/usr/
   bin/git’ );
 *  Plugin Author [Expanded Fronts](https://wordpress.org/support/users/expandedfronts/)
 * (@expandedfronts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cannot-seem-to-push/#post-5812944)
 * Hi @duduoo,
 * I just saw your response to this. Were you able to get this resolved?
 * If everything’s working except pushes and pulls, it sounds like an authentication
   issue to me.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot seem to push’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/revisr_ecf0f1.svg)
 * [Revisr](https://wordpress.org/plugins/revisr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/revisr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/revisr/)
 * [Active Topics](https://wordpress.org/support/plugin/revisr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/revisr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/revisr/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Expanded Fronts](https://wordpress.org/support/users/expandedfronts/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/cannot-seem-to-push/#post-5812944)
 * Status: resolved