【报错】fatal: unable to access

安装GIT客户端,使用git clone 时,报错 fatal: unable to access;Failed connect to 127.0.0.1:8582 ... 看到这个地址就想到代理的问题,去看了下系统的hosts文件,没有问题,然后就想GIT本身有没有代理设置,对GIT命令不是很熟悉,使用help,但没有找到有用的信息,后来在知乎找到了这条命令

GIT代理设置

查看是否设置

git config --global http.proxy

设置代理

git config --global http.proxy 127.0.0.1:8582

取消代理

git config --global --unset http.proxy

使用上面命令查看,原来GIT在安装后自动设置了一条 127.0.0.1 的代理。

时间: 2024-07-29 14:55:49

【报错】fatal: unable to access的相关文章

git同步遇到报错“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version.”

git同步遇到报错"fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version." 网上很多人说是因为git版本需要升级.我将git版本升级到最新, [[email protected] tp5test]# git --version git version 2.16.2 问题却依然存在. 最后: y

git同步遇到报错“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version.”

git同步遇到报错"fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version." 解决办法: yum update -y nss curl libcurl 问题解决了. git同步遇到报错"fatal: unable to access 'https://github.com/liz

GitHub Desktop报错fatal: unable to access 'https://github.com……: schannel: failed to open CA file 'C:/Users……bundle.crt': No such file or directory的解决办法

昨天github桌面版push的时候开始报错,提示某个crt文件找不到,大概就是下面这样 fatal: unable to access 'https://github.com/XXX/': schannel: failed to open CA file 'C:/Users/Andrew/AppData/Local/GitHubDesktop/app-1.2.2/resources/app/git/mingw64/bin/curl-ca-bundle.crt': No such file or

VMware导入OVA报错:Unable to access file: c:\a.vmdk.

很多用户在没有备份和容灾的情况下,会选择使用vmware vcenter自带的导出导入功能进行备份,正常情况下可以直接导入使用.一些特殊情况,可能会导致导入失败,下面简单介绍一下常见的问题:1.如果导出虚拟机的时候有光驱有挂载ISO文件,导入的时候会提示找不到驱动器文件,导入失败:2.如果将OVA文件导入到新的环境中,并且运行vmware的硬件和版本差别较大的话,在导入的时候有可能会提示硬件功能不支持,导致导入失败:3.正常导出虚拟机后,如果文件有问题,会提示Unable to access f

Excel Web Access 报错:Unable to Load Workbook

Excel Web Access 报错:Unable to Load Workbook The workbook that you selected cannot be loaded because it contains the following features that are not supported by Excel Services: Comments,Activex controls, Shapes, text Boxes, Pictures, WordArt, Clip Ar

pip运行报错Fatal error in launcher: Unable to create process using pip.exe

使用pip的时候报错Fatal error in launcher: Unable to create process using pip.exe 解决办法,升级pip python -m pip install -U pip 或者 python -m pip install --upgrade pip

Laravel 5.4 migrate报错:Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `us ers_email_unique`(`email`))

Laravel 5.4 migrate报错:Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `us     ers_email_unique`(`email`)) public function up() { Schema::create('users', function (Blu

使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087;

使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087; No error 我今天使用git push origin master的时候,提示我fatal: unable to access 'https://XXXX@github.com/XXX/XXX' Failed connect to github.com:8087; No error 在谷歌上查了很多办法都没有解决,有的方法是https连接模式改成

SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verify locations

SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verify locations; ...\Git\mingw64\libexec\ssl\certs 去查看这个这个目录下的文件是否存在,不存在则放到对应的地方即可. SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verif