git clone报错提示

git clone https://github.com/xxxx.git
Initialized empty Git repository in /root/xxxx/.git/
error:  while accessing https://github.com/xxxx.git/info/refs
fatal: HTTP request failed

  

解决办法

yum update -y nss curl libcurl

  

相关文章:

  • 2022-12-23
  • 2021-06-30
  • 2021-11-08
  • 2022-01-14
  • 2021-11-20
  • 2021-07-19
  • 2021-08-10
  • 2021-12-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2022-02-24
  • 2022-12-23
  • 2021-05-31
相关资源
相似解决方案