• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Bug? publish from git fails due to wrong permission of scripts in /opt/psa/admin/plib/modules/git/scripts

tlwt

New Pleskian
When trying to deploy from remote-repository I get the following error message (also see attachment):

Code:
Klone in Bare-Repository'/var/www/vhosts/xxx.de/git/xxx-tools.git'...
fatal:  cannot exec '/opt/psa/admin/plib/modules/git//scripts/pass-from-env.sh': Keine Berechtigung
fatal: could not read Password for 'https://[email protected]': Kein passendes Gerät bzw. keine passende Adresse gefunden

As soon as I give 744 permissions to `/opt/psa/admin/plib/modules/git//scripts/pass-from-env.sh` the deploy works again.
 

Attachments

  • Bildschirmfoto 2022-01-24 um 11.21.10.png
    Bildschirmfoto 2022-01-24 um 11.21.10.png
    331.9 KB · Views: 25
I have the same problem and I have to set the permissions to that file again manually. This is a real problem and seems it's caused by Plesk internal commands.
 
I have the same problem. It has worked for me for a time, but a few days ago it stopped working and gives me that same error. I have changed the permissions of /opt/psa/admin/plib/modules/git//scripts/pass-from-env.sh to 744, but it still gives the same error.
 
Can you please create a new thread with the version number of the Git extension and the Plesk version you use?
This command will show the Plesk version:
Code:
# plesk version
 
Having the same issue recently

# plesk version
Plesk Obsidian 18.0.55.2

Everything is up to date
Code:
fatal: cannot exec '/opt/psa/admin/plib/modules/git//scripts/pass-from-env.sh': Permission denied
fatal: could not read Password for 'https://####USERNAME####@github.com': No such device or address
 
Back
Top