kamranayub / picam-viewer

A HLS stream viewer for Picam
MIT License
23 stars 8 forks source link

Fatal Error #3

Closed meatalhead closed 4 years ago

meatalhead commented 4 years ago

I think I'm doing something obvious wrong, when I run: sudo git clone https://github.com/kamranayub/picam-viewer.git .

I get the following error: fatal: destination path '.' already exists and is not an empty directory.

Any idea what I'm doing wrong?

carlmcqueen commented 4 years ago

Just delete the nginx index file and it will copy in fine.

kamranayub commented 4 years ago

Ah yeah, it needs to be an empty directory

On Mon, Jun 8, 2020, 8:39 PM Carl McQueen notifications@github.com wrote:

Just delete the nginx index file and it will copy in fine.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kamranayub/picam-viewer/issues/3#issuecomment-640976732, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEJU2ZBLUAXBWTWEO3FIJ3RVWHDPANCNFSM4NOCF2OA .

meatalhead commented 4 years ago

Thanks