0

I'm trying to clone laravel homestead but this error is showing.

$ git clone https://github.com/laravel/homestead.git ~/Homestead
Cloning into 'c:/Users/Kay/Homestead'...
fatal: unable to access 'https://github.com/laravel/homestead.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

What is this error? I'm using Git Bash on a windows environment. The version is 1.9.4.msysgit.2.

Kay Singian
  • 1,301
  • 8
  • 20
  • 33
  • don't use ~/Homestead – Ammar Ali Jun 09 '18 at 10:01
  • @AmmarAli why is that? The Laravel documentation says that Homestead is the recommended environment.for Local development – Kay Singian Jun 09 '18 at 10:04
  • Yep, it's recommended environment. After clone use command `composer update` it'll fix all your problems. – Ammar Ali Jun 09 '18 at 10:08
  • 1
    Possible duplicate of [Git pull / push - unable to access HTTPS, SSL routines seem to be down](https://stackoverflow.com/questions/48938019/git-pull-push-unable-to-access-https-ssl-routines-seem-to-be-down) – Jan Krüger Jun 09 '18 at 11:55

1 Answers1

0

Problem solved by updating Git Bash.

I was using an outdated one.

Kay Singian
  • 1,301
  • 8
  • 20
  • 33