gpt4 book ai didi

git - 无法更新 RVM - "fatal: Unable to find remote helper for ' http'”

转载 作者:IT王子 更新时间:2023-10-29 01:05:57 35 4
gpt4 key购买 nike

我在 Ubuntu 8.04 上运行 RVM 1.1.6,突然间我无法再更新到最新版本。

~ rvm get head

Original installed RVM version:

rvm 1.1.6 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]

fatal: Unable to find remote helper for 'http'

Installed RVM HEAD version:

rvm 1.1.6 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]

谷歌搜索“fatal: Unable to find remote helper for 'http'”只给了我一些结果,似乎早期版本的 Git 不支持 HTTP,但我的 Git 版本是相当新的。

~ git --version
git version 1.7.3.2

如有任何想法,我们将不胜感激!

最佳答案

我遇到了同样的问题,似乎 git 版本缺少 curl 和 expat 支持。我可以通过自己编译 git 版本来解决它。

sudo apt-get remove git-core
wget http://kernel.org/pub/software/scm/git/git-1.7.3.5.tar.gz
sudo apt-get build-dep git-core
tar xvzf git-1.7.3.5.tar.gz
cd git-1.7.3.5/
./configure --with-curl --with-expat
make
sudo make install
  1. 删除安装的版本
  2. 下载最新的.tar
  3. 安装所有必需的依赖项(可能已过时,因为您已经在运行它)
  4. 解压缩
  5. 使用curlexpat 扩展配置生成文件
  6. 安装

关于git - 无法更新 RVM - "fatal: Unable to find remote helper for ' http'”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4569089/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com