First off thanks for helping, and secondly: I'm a beginner here so thanks in advance for your patience.
OK, I have been given access to a Laravel project which I am trying to clone onto my local home environment using the bit bucket > git command.
I'm using Homestead (Laravel) for the local environment.
Downloading the repo is v simple and I'm sure that I've placed the download into the correct directory (because that is where other successfully working Laravel projects are located) but when I try to connect to the installation via a browser I get this error:
This site can’t provide a secure connection
Any idea about how to problem solve this?
I guess this error occurs because Homestead creates its own certificates and that is where the problem must be?
All advice and direction are gratefully received! Thanks