The problem
System: Ubuntu 16.04 LTS (amd64)
sudo apt-get install git
sudo apt-get install curl
Then you want to download the REPo tool:
mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
In the execution of curl https://storage.googleapis.com/git-repo-downloads/repo & gt; bin/repo
makes it possible for gnutls_handshake() to fail: Error in the pull function Failed to connect to storage.googleapis.com port 443: Connection refused.
(One download was successful, the rest were unsuccessful)
To solve
sudo apt-get install libcurl4-openssl-dev
libcurl4-gnutls-dev These two bags are in conflict with each other, who will take off the other one first?Curl has libcurl4-gnutls-dev
, which is the default, but we need libcurl4-openssl-dev
, because it’s more useful and has better HTTPS support.
Read More:
- error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was
- git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.
- gnutls_handshake() failed: A TLS fatal alert has been received
- Git pull error: pull is not possible because you have unmerged files
- Solve Linux docker pull error get https://registry-1.docker.io/v2/ : Net / http: TLS handshake timeout
- [Git] git pull pull remote git push to remote git commit submit reject
- PHP error: call to undefined function curl_ init() window
- Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then
- Git Pull Failed solution
- Repo reports an error syntax error: invalid syntax
- failed to recv data in handshakeReceive2Callback
- git pull error: unable to unlink old (Permission denied)
- How to solve error: failed to push some refs to ‘[email protected]:……git pull conflict
- Pull the git warehouse code IDEA reports an error: Clone failed: Authentication failed for’http://10.xx.XXXXXXXXXXXXXXXXX’
- error: (-215:Assertion failed) !ssize.empty() in function ‘resize‘
- PHP function file_ get_ Contents() reports an error when using HTTPS protocol: SSL operation failed
- Mac installation dart error curl: (35) libresssl SSL_ connect: SSL_ ERROR_ SYSCALL in connection to storage.googleapis.co
- SSL handshake failed: SSL error: illegal key usage detected in the certificate
- error C4996: ‘scanf‘: This function or variable may be unsafe.Visual Studio Series compilers report errors using scanf function
- Vue report failed to mount component: template or render function not defined