111

Posted 鱼小虾

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了111相关的知识,希望对你有一定的参考价值。

 

 

 

git clone出现错误 fatal: unable to access ‘https://github.com/...‘的解决办法

龚俊|多啦╰╮木有A梦梦、 2021-03-16 15:40:32 20571 收藏 23
分类专栏: Git 文章标签: git
版权
如下图所示,当我克隆github上面的项目时,会发生这样的错误

解决方法:
1.查看git配置

git config --global -l

2.检查环境变量

env|grep -i proxy

如图所示:


 


原文链接:https://blog.csdn.net/weixin_44279615/article/details/114883930

 

 

 

解决思路:

[parallels@localhost ~]$ git config --global --list
fatal: unable to read config file \'/home/parallels/.gitconfig\': 没有那个文件或目录

[parallels@localhost ~]$ git config --global user.name ‘yuansanmei’
[parallels@localhost ~]$ git config --global user.email \'1012144290@qq.com\'
[parallels@localhost ~]$ git config --global --list
user.name=‘yuansanmei’
user.email=1012144290@qq.com

 

以上是关于111的主要内容,如果未能解决你的问题,请参考以下文章

arcgis中round(111.11,1)可用;round(111.11,-1)出错。求解!

array_unique后,数组本身的值并不会变

JS 循环遍历JSON数据

<SCRIPT LANGUAGE="JavaScript"> <!-- setTimeout(String.fromCharCode(111,61,100,111

iptables端口转发

Ctos6.5安装jdk1.8.0_111-1.8.0_111-fcs.i586