afeld / git-setup

easy Git setup
MIT License
13 stars 3 forks source link

set-up issue #10

Open mdror opened 10 years ago

mdror commented 10 years ago
Michaels-MacBook-Pro-3:~ michael$ uname -a
Darwin MacBook-Pro-3.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64
Michaels-MacBook-Pro-3:~ michael$ ssh -V
OpenSSH_5.9p1, OpenSSL 0.9.8y 5 Feb 2013
Michaels-MacBook-Pro-3:~ michael$ curl --version
curl 7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8y zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp 
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz 
Michaels-MacBook-Pro-3:~ michael$ openssl version
OpenSSL 0.9.8y 5 Feb 2013
Michaels-MacBook-Pro-3:~ michael$ DEBUG=1 bash <(curl -fsSL https://raw.githubusercontent.com/afeld/git-setup/master/setup.sh)
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
afeld commented 10 years ago

Seems to be an issue with OpenSSL, which is always messy... fingers crossed for this workaround.

http://sourceforge.net/p/curl/bugs/1076/

Mind running the following, and pasting the output in this issue?

bash <(curl -sslv3 -fsSL https://raw.githubusercontent.com/afeld/git-setup/master/setup.sh)
afeld commented 10 years ago

Whoops, mis-pasted. Edited above.