Giter Club home page Giter Club logo

Comments (4)

hdodov avatar hdodov commented on May 24, 2024 1

Hm, then perhaps there are multiple versions of Git on your server. It's possible that the one you use when you run git --version is separate from the one that the PHP scripts use. To check that, create a sample PHP script like this:

echo exec('git --version');

...and see what this outputs.


You can also enable the log file option of the plugin so that each executed command is logged, and paste the results here. That can help us resolve the issue in case a command is malformed.

from kirby-git.

hdodov avatar hdodov commented on May 24, 2024

I need to work on more user-friendly error messages... the "Unknown option" thing means the plugin tries to use a command that Git doesn't understand, which in turn means that the Git version on your server is too old. You can check it by running git --version.

In the readme, you can see the minimum required Git version, which is 2.22.0. Upgrade it and let me know if you have further problems. πŸ‘

from kirby-git.

luce-carevic avatar luce-carevic commented on May 24, 2024

The Git version on the server is 2.24.1. Is it not correct?

from kirby-git.

hdodov avatar hdodov commented on May 24, 2024

@Llune have you solved the issue?

from kirby-git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.