采用版本是2.30.0

20240924 重新编译时,采用了指定版本的 openssl

 

下载、解压、编译、安装:

 

编译报错:

curl.h缺失:

http.h:6:10: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>

 

expat.h缺失:

http-push.c:22:10: fatal error: expat.h: No such file or directory
#include <expat.h>

https://blog.csdn.net/weixin_41910427/article/details/82733265

P.s.  我是采用rpm包下载的方案:

https://centos.pkgs.org/7/centos-x86_64/expat-devel-2.1.0-12.el7.x86_64.rpm.html

 

ssl.h 缺失:

git-compat-util.h:301:25: fatal error: openssl/ssl.h: No such file or directory

20240924 tkxiong 修改—— 在configure命令时就指定了openssl的地址,就不会出现该问题。

 

zlib.h 缺失:

 

 将Git路径加入到环境变量

 


 

Git常用命令记录:

更新远端分支列表:

 

本地分支去掉远端分支绑定

 

回退版本:

 

添加远端分支

 

开发合并基本操作:

 

Git记住凭据

 

 

 

【Git】升级最新版本 && git 常用命令记录
Tagged on:
4.5 2 投票数
Article Rating
订阅评论
提醒

0 评论
最新
最旧 最多投票
内联反馈
查看所有评论