I have a problem cloning a repo when I use http:
git clone throw me an error :
fatal: unable to access ' gnutls_handshake() failed: Error in the pull function.so when I use ssh:
git clone :burbanox/responsive-design.gitstays loading forever :
Cloning into 'responsive-design'...
remote: Enumerating objects: 115, done.
remote: Counting objects: 6% (7/115)I use ubuntu 20.04 LTS I change to Openssl but not works
12 Answers
Install missing packages with the following command.
sudo apt install build-essential nghttp2 libnghttp2-dev libssl-devIf that doesn't work check if Ubuntu is behind a proxy, and if so modify
~/.gitconfigadding the proxy configuration:touch ~/.gitconfig [http] proxy =If that doesn't work and if you are using a VPN, drop your VPN connection and reconnect to the VPN.
This is a bug in WSL2 installations of git.
See here
I'm guessing you are using Git inside of WSL. If so, be sure to add your issue to the feed in the link.
Even if it has already been said many times in the same feed, they judge priority based at least partly on community feedback. Your voice is important here.