Git 克隆Laravel Homestead时出错

Git 克隆Laravel Homestead时出错,git,laravel,git-bash,homestead,Git,Laravel,Git Bash,Homestead,我试图克隆拉维尔家园,但出现了这个错误 $ 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:tlsv

我试图克隆拉维尔家园,但出现了这个错误

$ 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

这个错误是什么?我正在windows环境中使用Git Bash。版本是1.9.4.msysgit.2。

通过更新Git Bash解决了这个问题


我用的是过时的。

不要用~/Homestead@AmmarAli为什么呢?Laravel的文件说,宅地是推荐的环境。对于当地发展来说,是的,这是推荐的环境。克隆后,使用命令
composer update
它将修复您的所有问题。可能会重复