You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Shellscript to compile git with OpenSSL
5
5
6
6
There are at times when you need to use git with https instead of ssh (behind firewalls where ssh is not allowed but https is, for instance). There is a gnutls issue that prevents communication with some https behind such firewalls or unusual proxy configurations, etc. You will typically see an error such as this:
7
7
```
8
-
fatal: unable to access 'http://you@path.to/arbitrary/repository/git-openssl-shellscript.git': gnutls_handshake() failed: Illegal parameter
8
+
fatal: unable to access 'http://you@path.to/arbitrary/repository.git': gnutls_handshake() failed: Illegal parameter
9
9
```
10
10
The only way to resolve this is by re-compiling git with `openssl` instead of `gnutls`.
0 commit comments