We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd0d2 commit 60e2a49Copy full SHA for 60e2a49
README.md
@@ -4,8 +4,8 @@ a git Package with openssl
4
source: https://stackoverflow.com/questions/51088635/git-clone-error-gnutls-handshake-failed-an-unexpected-tls-packet-was-receive
5
6
Might be issue with gnutls Package. we have to install a git Package with openssl instead of gnutls. Follow the below steps,
7
- ```
8
-
9
- sudo apt-get install -y libcurl4-openssl-dev '
+```
+sudo apt-get install -y libcurl4-openssl-dev
+sudo dpkg -i <git-openssl from relase page>
10
11
```
0 commit comments