当前位置:   article > 正文

git拉取项目失败error: The requested URL returned error: 401 Unauthorized while accessing_the requested url returned error: 400

the requested url returned error: 400

网上百度有多种方法解决,尝试了其中两种

第一种:(指定用户/密码)

        git clone https://用户名:密码@xxxxxx.git

第二种:(升级git版本)

        升级git 版本≥1.7.10

  1. wget https://github.com/git/git/archive/v2.2.1.tar.gz
  2. tar -zxvf v2.2.1.tar.gz
  3. cd git-2.2.1
  4. make configure
  5. ./configure
  6. make && make install
  7. git --version

###########期间编译报错:

       Can't locate ExtUtils/MakeMaker.pm in @INC 

###########解决:

       yum install perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker tcl build-essential tk gettext

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/煮酒与君饮/article/detail/821360
推荐阅读
相关标签
  

闽ICP备14008679号