pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Error trying to execute #68

Closed newelement closed 8 years ago

newelement commented 8 years ago

I'm getting this error when trying to run php git-deploy

Uncaught exception 'PharException' with message 'phar "/var/www/html/git-deploy" has a broken signature' in /var/www/html/git-deploy:5

pocketarc commented 8 years ago

You closed this error - did you resolve it?

I'd suggest re-downloading git-deploy. It sounds like something might've gone wrong. I've just cloned the repo and tried running git-deploy, and it worked.

newelement commented 8 years ago

Yes. I downloaded it again and it's ok. Thanks