gnutls package is broken, workaround is compile git with openssl.
sudo apt-get install build-essential fakeroot dpkg-dev
mkdir ~/git-openssl
cd ~/git-openssl
sudo apt-get source git
sudo apt-get build-dep git
sudo apt-get install libcurl4-openssl-dev
sudo dpkg-source -x git_1.8.3.2-1.dsc
cd git-1.8.3.2.
Then, edit debian/control file (run the command: gksu gedit debian/control) and replace all instances of libcurl4-gnutls-dev with libcurl4-openssl-dev
sudo dpkg-buildpackage -rfakeroot -b
sudo dpkg -i ../git_1.8.3.2-1_amd64.deb
分享到:
相关推荐
解决ubuntu 14.04的git 错误: gnutls_handshake() failed: Handshake failed
解决ubuntu 14.04版本上的git工具错误gnutls_handshake() failed: Handshake failed。已增加C99支持。
在Ubuntu系统上安装gnutls和nettle,通常是通过包管理器进行的,如apt。然而,如果你手头有gnutls_nettle.zip这个压缩包,那么你可以按照以下步骤进行手动安装: 1. 首先,解压压缩包:`unzip gnutls_nettle.zip` 2...
官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装
mod_gnutls使用GnuTLS库为Apache HTTPD提供SSL 3.0,TLS 1.0,TLS 1.1和1.2加密。 它的目的类似于mod_ssl,但不使用OpenSSL。
基于IPC的Wav2Letter +攻击IJCAI_2020论文代码(已接受) 生成具有时间依赖性的强大音频对抗示例[]安装如果尚未安装,请安装PyTorch。 我们目前正在使用cuda9和python3.7在pytorch 1.1.0上实现我们的实验。...
- `gnutls_handshake()`:执行SSL/TLS握手过程。 - `gnutls_record_recv()` 和 `gnutls_record_send()`:接收和发送加密的数据。 **6. 性能和安全性** 由于`python-gnutls`是C语言的GNUTLS库的Python绑定,因此它...
**Apache HTTPD与mod_gnutls模块** Apache HTTPD服务器是全球最广泛使用的Web服务器,它为各种网站和应用程序提供强大的支持。为了实现安全的HTTP通信,Apache HTTPD支持多种扩展模块,其中mod_gnutls就是一种重要...
18年7月更新,清华镜像,完美解决 Yocto,Android fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle 错误,绕开GFW
FileZilla Client 支持UOS、麒麟等国产linux操作系统在inter、海光、兆芯等x86平台安装 ---------------- Version: 3.63.2.1 Build information: Compiled for: x86_64-pc-linux-gnu ... GnuTLS: 3.8.0
gnutls-3.3.29-9.el7_6.x86_64.rpm
**nim-gnutls:GnuTLS的Nim包装器** Nim-gnutls是一个Nim编程语言的库,它提供了一个方便的接口来利用GnuTLS(GNU Transport Layer Security)库的功能。GnuTLS是一个开源的加密库,广泛用于实现各种网络协议的安全...
官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装
对于Ubuntu,安装`libcurl4-gnutls-dev`。 13. **错误:Configure: error: Unable to locate gmp.h** 解决方案:在CentOS上,需要`gmp-devel`,使用`yum install gmp-devel`进行安装。 14. **错误:Configure: ...
2. `LoadModule gnutls_module modules/mod_gnutls.so` 加载mod_gnutls模块。 3. `AddType application/x-x509-ca-cert .crt` 和 `AddType application/x-pkcs7-crl .crl` 添加证书和CRL文件的MIME类型。 4. `...
torch 项目完整代码,公司无法使用git,所以放了个备份在csdn上 (git clone https://github.com/torch/distro.git ~/torch --recursive)
file.c:141: error: for each function it appears in.) file.c:142: error: `CODA_SUPER_MAGIC' undeclared (first use in this function) file.c:143: error: `NCP_SUPER_MAGIC' undeclared (first use in this ...
下载Ubuntu 64位版网易云音乐,并执行命令解压: sudo ar -vx netease-cloud-music_1.2.1_amd64_ubuntu.deb (具体版本号根据自己所下版本填写) 得到三个文件 继续执行命令解压 sudo xz -dk data.tar.xz su
Python-gnutls-1.2.4 是一个Python接口库,用于使用GNUTLS安全协议栈。这个版本的库允许Python开发者在他们的程序中集成强大的加密和认证功能,包括SSL/TLS协议支持,广泛用于网络通信的安全保障。下面将详细阐述这...
gnutls-utils-2.12.23-21.el6.x86_64.rpm gnutls-utils-2.12.23-21.el6.x86_64.rpm