Plesk

Plesk Git extension does not pull from GitHub: Method name must be a string

Symptoms

Cause

Product issue:

  • #EXTGIT-265 "Fixed the issue with pulling from remote repositories."
    Fixed in:

Resolution

Please consider updating your server:

Workaround

If update is not possible for some reason you may try the following

workaround

Deploy a Git repository via CLI:

  1. Connect to the Plesk server via SSH.

  2. Deploy the repository with the command below:

    # plesk ext git --deploy -domain example.com -name repository-name.git

    Other available options can be found in the Git CLI documentation page here.