fatal: unable to access ‘ ‘: gnutls_handshake() failed: Error in the pull function.

table of Contents

1. Download the zip archive

2. Upload to your own github,

3. Modify the link in the file


An error was reported when compiling Paddle: fatal: unable to access'https://gitlab.com/libeigen/eigen.git/': gnutls_handshake() failed: Error in the pull function.

I checked some online but failed to solve this error. In fact, this error will automatically use git clone https://gitlab.com/libeigen/eigen.git/ to download the third-party library of eigen during cmake, and then git clone https:// gitlab.com/libeigen/eigen.git/ reported an error. But I found that it can be accessed by directly copying the URL https://gitlab.com/libeigen/eigen.git/ to the browser, so I want to download the zip package from git lab directly in the browser , and then put the compressed package Upload it to my own git hub , and then modify the URL in the corresponding cmake file. specific method

1. Download the zip archive

https://gitlab.com/libeigen/eigen

2. Upload to your own github,

The specific steps are written, create a new repo on your own github, and then upload it, here is https://github.com/cumtchw/eigen

3. Modify the link in the file

I don’t know that the link is in that file, but I guessed that there must be an address in a certain file, so I opened the entire project folder with vscode and searched

Guess you like

Origin blog.csdn.net/u013171226/article/details/115320262