Using git
-
Hi guys, I’m trying to setup and use git and I’m getting this error:
Fatal error: Uncaught Error: Call to a member function getRepositoryPath() on null in /var/www/site/wp-content/plugins/aceide/src/Modules/GitOps.php:433 Stack trace: #0 /var/www/site/wp-includes/class-wp-hook.php(286): AceIDE\Editor\Modules\GitOps->git_clone('') #1 /var/www/site/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /var/www/site/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /var/www/site/wp-admin/admin-ajax.php(97): do_action('wp_ajax_aceide_...') #4 {main} thrown in /var/www/site/wp-content/plugins/aceide/src/Modules/GitOps.php on line 433
My settings are:
/var/www/git/ The Git repository you want to work with. /usr/bin/git/ Full path to the local Git binary on this server.SSH key path /var/www/git/ssh/ Full path to the folder that contains your SSH keys
Additional:
/var/www/git/ owner is www:data /usr/bin/git/ owner is root /var/www/site/ owner is www:data
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using git’ is closed to new replies.