当前位置:   article > 正文

Git报错_cloning into 'supplychain-bidder'... git@172.16.0.

cloning into 'supplychain-bidder'... git@172.16.0.10's password: csdn

1.克隆时的报错

操作:$ git clone https://github.com/user/repository.git
报错:
	  Cloning into 'hello-world-js'...
	  fatal: unable to access 'https://github.com/user/repository.git/': error setting certificate verify locations:
  	  CAfile: E:/**MANAGE**/Git/Git/mingw64/ssl/certs/ca-bundle.crt
      CApath: none
      
原因:安装Git后,修改过安装路径文件夹的名称(MANAGE => MANAGER),即MANAGE文件夹现在不存在
解决: 
	  (1) 查看当前信息 => $ git config -l 
		  反馈结果: http.sslbackend=openssl
					http.sslcainfo=E:/MANAGE/Git/Git/mingw64/ssl/certs/ca-bundle.crt
					credential.helper=manager
	  (2)将报错中的错误文件夹名更正,即将报错中的MANAGE文件夹改为MANAGER文件夹
	     进行修改 => $ git config --system http.sslcainfo E:/**MANAGER**/Git/Git/mingw64/ssl/certs/ca-bundle.crt
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/579649
推荐阅读
相关标签
  

闽ICP备14008679号