Skip to content

Something unforeseen has happened: Git committing or pushing failed: The system cannot find the path specified. #99

@biomassboilers

Description

@biomassboilers

I have installed gitbacked into https://www.dokuwiki.org/install:dokuwiki_on_a_stick, and local.php looks like the following:

<?php
/*
 * Dokuwiki's Main Configuration File - Local Settings
 * Auto-generated by config plugin
 * Run for user: admin
 * Date: Tue, 07 Oct 2025 12:51:02 +0200
 */

$conf['title'] = 'Planheat Wiki';
$conf['license'] = '0';
$conf['breadcrumbs'] = 0;
$conf['youarehere'] = 1;
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';
$conf['disableactions'] = 'register';
$conf['datadir'] = './data/gitrepo/wiki/pages';
$conf['mediadir'] = './data/gitrepo/wiki/media';
$conf['gitPath'] = 'C:\Program Files\Git\mingw64\bin\git.exe';

The folders needed exist. However, every time I save a change, I get Something unforeseen has happened: Git committing or pushing failed: The system cannot find the path specified.

Can anyone help me? I'm not sure what is misconfigured.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions