From b9f23524b764dddee2f21f90f23e1138392c7cf5 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Wed, 20 Nov 2019 18:39:39 -0700 Subject: [PATCH] httpspush.html: update with newest info The "curl" project now refers to itself as "curl" rather than "cURL". Allegedly, OS X 10.13 MAY no longer have the issue as supposedly the curl backend there is no longer Secure Transport, but mention that it doesn't hurt to test anyway. Signed-off-by: Kyle J. McKay --- html/httpspush.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/html/httpspush.html b/html/httpspush.html index e3103db..66eb5cd 100644 --- a/html/httpspush.html +++ b/html/httpspush.html @@ -149,16 +149,18 @@ git config --global http.@@base(httpspushurl)@@.sslCertPasswordProtected true

OS X Note: Users of OS X 10.9 and later (including 10.10 etc.) please -be advised that the system’s cURL library ("/usr/lib/libcurl.4.dylib") +be advised that the system’s curl library ("/usr/lib/libcurl.4.dylib") has problems handling client certificates. If you’re using a version of -Git that uses that version of the cURL library (Git uses libcurl to talk https), +Git that uses that version of the curl library (Git uses libcurl to talk https), you will be unable to use any downloaded https user push certificate. If you think you might be affected, you can test your Git and if you have a problem, install a Git without the problem -instead.

+instead. (Reportedly this issue MAY have been addressed starting with Mac OS X 10.13, +but it doesn't hurt to test your Git just to be sure.)

Examples

-- 2.11.4.GIT