linux debian 安装git

来源:互联网 发布:景安网络是干什么的 编辑:程序博客网 时间:2024/06/05 02:44
  • git 官网获取 tar.gz 包
    • git官网下载地址 https://www.kernel.org/pub/software/scm/git/
  • 依赖
    • gettext
    • libcurl4-openssl-dev
  • 执行命令
aptitude install gettext libcurl4-openssl-dev// ./configure --with-curl --with-expat./configuremake && make install

问题参考

https://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone/8417235#8417235