zoukankan
html css js c++ java
Git 拉取Gitee仓库报错:“fatal: unable to access ''": Failed to connect to 127.0.0.1 port 1080: Connection refused”
1、报错信息:
2、本地查看是否Git使用了代理
git config --global http.proxy
3、取消代理
git config --global --unset http.proxy
查看全文
相关阅读:
shell脚本之数组
shell脚本之函数
shell脚本之sed
shell脚本的for循环与read
shell脚本之if语句
shell脚本正则表达式
shell的编程原理
《梦断代码》阅读笔记03
12.19学习总结
《梦断代码》阅读笔记02
原文地址:https://www.cnblogs.com/gavincoder/p/10160986.html
最新文章
第十七周学习进度
个人课程总结
第十六周学习进度
一线架构师阅读笔记一
软件架构师如何工作
2020.2.15
2020.2.14
2020.2.13
2020.2.12
2020.2.11
热门文章
2020.2.10
2020.2.9
2020.2.8
Python学习笔记1:python简介、输入输出、循环条件
windows上安装jdk
接口测试-jmeter
接口测试-postman
接口测试基础
shell脚本之awk
WLAN之802.11协议
Copyright © 2011-2022 走看看