`
crabdave
  • 浏览: 1295114 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

git clone http服务时出现异常:The requested URL returned error: 401 Unauthorized while a

    博客分类:
  • Git
 
阅读更多

git clone http服务时出现异常:The requested URL returned error: 401 Unauthorized while accessing

版本问题 安装新版git:

1.wget -O git.zip https://github.com/git/git/archive/master.zip

 

2.unzip git.zip

 

3.cd git-master

 

4.编译安装:

autoconf

./configure --prefix=/usr/local

make && make install

 

5. 删掉旧的git,并把新版本的git建立软链接到/usr/bin/git

rm /usr/bin/git

ln -s /usr/local/bin/git /usr/bin/git

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics