Need help with Local AVS Server Configuration

Hello everyone, I am a beginner in coding and I was looking into the eye lock tutorial attached. I wanted to implement the AVS Server into my project but Im struggling to configure it. I was wondering if anyone can further explain the local avs server configuration information in this tutorial. please
https://create.arduino.cc/projecthub/nsci/eye-lock-fd5444?ref=user&ref_id=412906&offset=0#toc-build-notes-2

What exactly are you struggling with? That's a fairly large and complicated project to describe in its entirety. Break it into small chunks and focus on one thing at a time.

Im struggling with cloning the repository for the AVS sample app. when I put the code into the terminal. it asks for a username and password but I don’t think that should be so. The section Im struggling with is where it says Local AVS Server Configuration(the heading is in bold).

Leticiar:
Im struggling with cloning the repository for the AVS sample app. when I put the code into the terminal. it asks for a username and password but I don’t think that should be so.

In order to clone from GitHub you need to setup an account, install Git, and then provide your credentials the first time you try remote cloning. TBH you can probably just download the zip using your browser. You can even do it on your PC, put the zip on a thumb drive and load it onto your RPi like that...

yea I made a GitHub account. I also downloaded the zip. Where can I download git though?

Leticiar:
yea I made a GitHub account. I also downloaded the zip.

Did you put in your credentials when it asked for them?

Leticiar:
Where can I download git though?

https://git-scm.com/downloads

I did and it said folder was empty for some reason

it says repository not found. could it be that im missing something. I dont know what it could be though.

Can you send a picture/screenshot of your console?

here it is

Screen Shot 2019-04-18 at 9.11.36 PM.png

question does this need to be coded on my raspberry pi or do I need to do it via my terminal on my Mac?

Do this instead in your terminal: git clone https://github.com/grahamhoyes/eyeLock2.git eyeLock

it worked. thank you

Now the second step is giving me problems. for some reason I can run the install script $ alexa-avs-sample-app/automated_install.sh

The error is?

it says I cannot run the install script $ alexa-avs-sample-app/automated_install.sh

Leticiar:
it says I cannot run the install script $ alexa-avs-sample-app/automated_install.sh

Did you try running it as sudo?

oh no. let me try

it doesn’t work

In the future you need to provide the exact error messages that pop up. I can't see what is on your screen and "it doesn't work" isn't very descriptive.

1.) What is the exact error?
2.) Did you already do "git clone https://github.com/alexa/alexa-avs-sample-app.git"?