modmore / Gitify

Command line toolkit to make managing a MODX site in git a lot easier.
MIT License
122 stars 55 forks source link

Can not install Gitify #376

Closed jdaehne closed 3 years ago

jdaehne commented 3 years ago

Normally i can install Gitify smoothly. Today i tried to install it and it stops at the point i want to give Gitify the file-rights:

$ chmod +x gitify

The console says that there ist no file: either "Gitify" or "gitify".

Normally it looks like that: image

Now it looks like that after i install the dependencies. image

Does it come with the latest updates? Do i do anything wrong?

Thanx a lot...

Mark-H commented 3 years ago

Please see the updated installation instructions for v2 (alpha): https://github.com/modmore/Gitify#installation

Alternatively, switch to the v1 branch to use v1.

EDIT: In case you were following the v2 manual instructions, use chmod +x bin/gitify. That was still wrong, which I've just fixed in the readme. It shouldn't be necessary to do that, just in case it doesn't keep the executable bit when cloning.