From 752337dd04f34da00c4b25f1e8217e408b2f677b Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 11 Sep 2020 16:10:30 -0700 Subject: [PATCH] html/httpspush.html: more http: -> https: conversions Signed-off-by: Kyle J. McKay --- html/httpspush.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/httpspush.html b/html/httpspush.html index 66eb5cd..df49ffe 100644 --- a/html/httpspush.html +++ b/html/httpspush.html @@ -150,16 +150,16 @@ 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") -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), 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 +Git without the problem 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.)

-- 2.11.4.GIT