• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Git-Helper Permission denied

swd_danielk

New Pleskian
I'm running Plesk Version 17.5.3 Update #4 on Debian 8.7. Since upgrading von 17.0 to 17.5 the following error occurs:

When clicking on a git repository (inside a subscription) or trying to pull changes I keep getting the following message:

Message sh: 1: /opt/psa/admin/bin/modules/git/git-helper: Permission denied
File Unix.php
Line 37
Type PleskUtilException

I'd appreciate any suggestions on how to fix this permission error.
 
Hi swd_danielk,

Plesk comes with the so called "Plesk Repair Utility", which is able to investigate issues/errors/problems and which is as well able to repair permission issues.

Pls. read for example the official Plesk Onyx documentation:


The example command:
Code:
plesk repair fs -y -v
... will restore your permissions to the standart Plesk permissions.

The example command:
Code:
plesk repair all -n -v
... will investigate ALL possible options for issues and won't automatically repair them, but will point to possible issues.​


In addition, it could help sometimes, to DE- and RE-install a component in case of issues/errors/problems, which leads to the possible example command:
Code:
plesk installer --select-product-id plesk --select-release-current --remove-component git

Plesk components ( and therefore their "Plesk"-names ) could be listed with the command:
Code:
plesk installer --select-product-id plesk --select-release-current --show-components --show-options

... and an installation could be done over the command line with the example command:
Code:
plesk installer --select-product-id plesk --select-release-current --install-component git

You are certainly able to DE- and RE-install Plesk components as well over the Plesk Control Panel:

=> HOME > Tools & Settings > Updates & Upgrades
 
Reinstalling the git component solved the issue (while running the repair script doesn't). The old GIT configuration is lost but I can easily restore it.

Thanks!
 
When trying to pull changes the same error occurred again. Issue was resolved by plesk support and and an article about this issue will be added to the knowledge base.
 
Back
Top