SvenVD / rpisurv

Raspberry Pi surveillance
https://community.rpisurv.net
GNU General Public License v2.0
610 stars 101 forks source link

git clone https://github.com/SvenVD/rpisurv not working #129

Closed MrPresident2 closed 3 years ago

MrPresident2 commented 3 years ago

can anyone help me with why git clone https://github.com/SvenVD/rpisurv won't work for me? I'm getting "-bash: git: command not found"

akoryuerek commented 3 years ago

sudo apt install git

MrPresident2 commented 3 years ago

Thanks What about the cd rpisurv? I'm getting -bash: cd: rpisurv/: No such file or directory

akoryuerek commented 3 years ago

git clone https://github.com/SvenVD/rpisurv cd rpisurv git checkout v3_latest sudo ./install.sh

you can read everything on https://github.com/SvenVD/rpisurv/tree/v3.0.0-beta7

MrPresident2 commented 3 years ago

yes I know I read it but git clone https://github.com/SvenVD/rpisurv got me an error same as cd rpisurv I'm getting -bash: cd: rpisurv: No such file or directory

MrPresident2 commented 3 years ago

sudo apt install git clone https://github.com/SvenVD/rpisurv Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package clone E: Unable to locate package https://github.com/SvenVD E: Couldn't find any package by glob 'https://github.com/SvenVD' E: Couldn't find any package by regex 'https://github.com/SvenVD'

That's what I'm getting here

akoryuerek commented 3 years ago

just copy & paste what I did poste before.

MrPresident2 commented 3 years ago

cool, I didn't thought about it let me write it again :) git clone https://github.com/SvenVD/rpisurv Gives me: "-bash: git: command not found"
:) can you help me with that?

akoryuerek commented 3 years ago

sudo apt install git. please close :)

MrPresident2 commented 3 years ago

Thanks :) as I said before seems like you are mad or something but sudo apt install git clone https://github.com/SvenVD/rpisurv Got me this: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package clone E: Unable to locate package https://github.com/SvenVD E: Couldn't find any package by glob 'https://github.com/SvenVD' E: Couldn't find any package by regex 'https://github.com/SvenVD'

so it seems it's not working and after that cd rpisurv I'm getting -bash: cd: rpisurv: No such file or directory

maybe just try to help me and be nicer? I'm just trying to figure what's wrong sir and I do appreciate your help

akoryuerek commented 3 years ago

just type git clone https://github.com/SvenVD/rpisurv and not sudo apt install git clone https://github.com/SvenVD/rpisurv

I´m really nice btw :D

MrPresident2 commented 3 years ago

Well, I reinstalled the os and now it's working, but I do have another problem. When I try to edit Display1.yml with /etc/rpisurv/display1.yml I'm getting this: -bash: /etc/rpisurv/display1.yml: Permission denied can you help me with that :)?