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 60e2a49 commit d965a3eCopy full SHA for d965a3e
README.md
@@ -6,6 +6,6 @@ source: https://stackoverflow.com/questions/51088635/git-clone-error-gnutls-hand
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
sudo apt-get install -y libcurl4-openssl-dev
9
-sudo dpkg -i <git-openssl from relase page>
+sudo dpkg -i <git-openssl from release page>
10
11
0 commit comments