Skip to content

Commit 66926ae

Browse files
author
Paul N. Baker
authored
Update README.md
1 parent f7f1393 commit 66926ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Shellscript to compile git with OpenSSL
55

66
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:
77
```
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
99
```
1010
The only way to resolve this is by re-compiling git with `openssl` instead of `gnutls`.
1111

0 commit comments

Comments
 (0)