Upgrade Issues

Discussion topics related to mobile applications and ZoneMinder Event Server (including machine learning)
Post Reply
Rapheal
Posts: 13
Joined: Sat Apr 21, 2018 6:44 am

Upgrade Issues

Post by Rapheal »

I have the zmeventnotification installed, attempting to upgrade and update SSL

Following guide:
https://zmeventnotification.readthedocs ... -server-es

ran into git issues:

rapheal@ZoneMinder:~$ git clone https://github.com/pliablepixels/zmeven ... cation.git
Cloning into 'zmeventnotification'...
remote: Enumerating objects: 50, done.
remote: Counting objects: 100% (50/50), done.
remote: Compressing objects: 100% (32/32), done.
remote: Total 5613 (delta 28), reused 40 (delta 18), pack-reused 5563
Receiving objects: 100% (5613/5613), 19.43 MiB | 6.26 MiB/s, done.
Resolving deltas: 100% (3658/3658), done.
Checking connectivity... done.

rapheal@ZoneMinder:~$ git checkout master
fatal: Not a git repository (or any of the parent directories): .git

rapheal@ZoneMinder:~$ git pull
fatal: Not a git repository (or any of the parent directories): .git

What am I missing, or can someone point me in the right direction.
Rapheal
Posts: 13
Joined: Sat Apr 21, 2018 6:44 am

Re: Upgrade Issues

Post by Rapheal »

Solved this issue.

The clue was fatal: Not a git repository (or any of the parent directories): .git


I had to find where the git files where downloaded and work from that directory it was in home or ~/zmeventnotification
Post Reply