Closed ericterpstra closed 9 years ago
i have the same issue. pm2 version is 0.14.6
Not sure that these commands work on Windows: https://github.com/keymetrics/vizion/blob/master/lib/git.js#L183
If any one could make suggestion to make this work on windows, drop an issue or pr on vizion package
@Unitech I am having this issue in Linux.
@zalym maybe your git version is too old.
after I updated my git, the problem was resolved.
@Unitech please open issue
It's not a git problem! It's not a Windows problem! (I've got it on Linux)
/home/app/app.py /home/start_app.json
pm2 can see .git if I start app directly from /home/app/app.py pm2 pull app works! But if I start the app by /home/start_app.json - pm2 can't sell .git and return error No versioning system found for process...
Please fix it
Same problem here, I'm using Linux and starting apps using "pm2 start npm --name" Keymetrics is telling me "no .git found in the project"
@Unitech Is this sill an issue? "Versioning module and post-deployment reports not activated (no .git found in the project)" only seems to be appearing on the website.
I'm having trouble getting PM2 to recognize the .git folder in my application. My folder structure is like this (on Windows Server 2012 R2)
Below is my .json config for PM2. I'm using
pm2 start myapp-pm2.json
which seems to be working fine.However, when I do
pm2 pull myapp
, I get the error:Is this something I'm doing wrong, or does
pm2 pull
not work with Windows?