首页 > 代码库 > 解决git clone时报错:The requested URL returned error: 401 Unauthorized while accessing
解决git clone时报错: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. 进入git文件夹:# 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
解决git clone时报错:The requested URL returned error: 401 Unauthorized while accessing
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。