Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac 10.11 El-Capitan (beta 5) git clone error

I get the following error when running

git clone https://www.my-repository.com/myrepo.git MyRepoName

fatal: unable to access 'https://www.my-repository.com/myrepo.git': Unknown SSL protocol error in connection to www.my-repository.com:-9850

(repository URL is fictive)

The repository is valid, same command line works fine on 10.10 machine, and same command line used to work before I upgraded to El-Capitan.

Please help...

Nili

like image 745
Nili Avatar asked Feb 14 '26 07:02

Nili


1 Answers

I had similar issues with Homebrew on 10.11. I was able to overcome them by updating Xcode, GIT, and Homebrew.

Though they do warn that the pre-release version of OS X is not supported, I've found that at this point most packages have been updated.

I updated Xcode through the App Store, then opened it to accept the new terms.

Then at the command line I ran:

brew install git

Then:

brew update

I was then back to installing other packages immediately.

like image 178
Chris Avatar answered Feb 16 '26 21:02

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!