查看积分策略说明发表回复
标题   (可选)
内容

Html 代码 可用
Smilies 可用
Discuz!代码 可用
[img] 代码 可用



禁用 URL 识别
禁用 Smilies
禁用 Discuz!代码
使用个人签名
接收新回复邮件通知
清除文本格式
撤销
重做
粗体
斜体
下划线
字体
大小

居左
居中
居右
左浮动
右浮动
排序的列表
未排序列表
减少缩进
增加缩进
插入邮箱链接
插入图片
插入引用
插入代码
插入表格
插入免费信息
插入隐藏内容
fly
flash
qq
ra
rm
wma
wmv
map
点击读取巧嘴娃娃或魔法表情
收缩编辑框扩展编辑框
[完成后可按 Ctrl+Enter 发布]

主题回顾
JarodLee

发表于 2018-11-23 15:01

在使用git pull、git push、git clone的时候,或者在使用jenkins发版的时候,可能会报类似如下的错误:
error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/zemo/demo.git/info/refs
fatal: HTTP request failed

这个一般是由于服务器本身自带的git版本过低造成的:

1
2
[root@uatjenkins01 ~]# git --version
git version 1.7.1

一般只需要将git版本升级到高版本即可。下面说下git升级的操作记录:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
0)安装依赖软件
[root@uatjenkins01 ~]# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc
[root@uatjenkins01 ~]# yum install  gcc perl-ExtUtils-MakeMaker
 
1)卸载系统自带的底版本git(1.7.1)
[root@uatjenkins01 ~]# git --version
git version 1.7.1
[root@uatjenkins01 ~]# yum remove git
  
2)编译安装最新的git版本
[root@uatjenkins01 ~]# cd /usr/local/src/
[root@uatjenkins01 src]# wget https://www.kernel.org/pub/software/scm/git/git-2.15.1.tar.xz
[root@uatjenkins01 src]# tar -vxf git-2.15.1.tar.xz
[root@uatjenkins01 src]# cd git-2.15.1
[root@uatjenkins01 git-2.15.1]# make prefix=/usr/local/git all
[root@uatjenkins01 git-2.15.1]# make prefix=/usr/local/git install
[root@uatjenkins01 git-2.15.1]# echo "export PATH=$PATH:/usr/local/git/bin" >> /etc/profile
[root@uatjenkins01 git-2.15.1]# source /etc/profile
  
[root@uatjenkins01 ~]# git --version
git version 2.15.1
  
======================================================================
如果是非root用户使用git,则需要配置下该用户下的环境变量
[app@uatjenkins01 ~]$ echo "export PATH=$PATH:/usr/local/git/bin" >> ~/.bashrc
[app@uatjenkins01 ~]$ source ~/.bashrc
[app@uatjenkins01 ~]$ git --version
git version 2.15.1

https://www.cnblogs.com/kevingrace/p/8252517.html




当前时区 GMT+8, 现在时间是 2024-11-22 07:08
皖ICP备06012908号

本论坛支付平台由支付宝提供
携手打造安全诚信的交易社区 Build by Jarod Lee 5.5.0  © 1980~
show Ght take 0.007775 (s), 6 queries ,with Gzip

清除 Cookies - 联系我们 - ۩ 干海棠 ۩ ®加入收藏 ®设为首页 - Archiver - 有书一起读