草庐IT

【unable to access ‘https://github.com/用户名/仓库名.git/‘: SSL certificate problem 解决的问题】

记录clone远程仓库失败的问题unabletoaccess‘https://github.com/用户名/仓库名.git/’:SSLcertificateproblem:self翻译过来就是Fisheye/Crucible服务器不能识别git的SSL证书,所以操作停止执行执行下面命令即可:gitconfig--globalhttp.sslVerifyfalse

[flink1.14.4]Unable to create a source for reading table ‘default_catalog.default_database.new_buyer

升级flink1.14.4报错 Causedby:org.apache.flink.table.api.ValidationException:Unabletocreateasourceforreadingtable'default_catalog.default_database.new_buyer_trade_order2'  CAUSEDBY:2022-03-1116:45:04,169INFOorg.apache.flink.yarn.cli.FlinkYarnSessionCli[]-DynamicPropertyset:metrics.reporter.influxdb.class

npm install报错fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_read 10054

报错信息:npmERR!E:\tools\Gitt\Git\cmd\git.EXEls-remote-h-thttps://github.com/nhn/raphael.gitnpmERR!npmERR!fatal:unabletoaccess'https://github.com/nhn/raphael.git/':OpenSSLSSL_read:Connectionwasreset,errno10054npmERR!npmERR!exitedwitherrorcode:128处理方法1.gitconfig--globalurl."https://".insteadOfgit://2.可能是

git commit 时候出现 “fatal: unable to auto-detect email address (got ‘******@.(none)‘)“ 错误

1、起因重装完系统后,生成ssh密钥并添加到github中后,使用git来提交代码时,使用gitcommit命令时出现fatal:unabletoauto-detectemailaddress(got‘…@…(none)’)错误,如下面:$gitcommit-m"2023-03-24"***Pleasetellmewhoyouare.Rungitconfig--globaluser.email"you@example.com"gitconfig--globaluser.name"YourName"tosetyouraccount'sdefaultidentity.Omit--globaltos

Unable to make field private final java.lang.String java.io.File.path accessible: module java.base

问题描述:使用AndroidStudio运行应用时报错:Unabletomakefieldprivatefinaljava.lang.Stringjava.io.File.pathaccessible:modulejava.basedoesnot"opensjava.io"tounnamedmodule@7a4eb222 从报错信息可以看出跟Java模块化有关,先前都是用的JDK8而模块化是JDK9引入的新功能解决方法:经过检查发现升级了gradle7,使用的JDK17.真是一次大跳跃,不得不说Java这几年发版本真快。方法1:既然JDK17要模块化,那就跟项目指定一个不需要模块化得JDK8.

Spring boot连接Redis服务器报Unable to connect to Redis问题分析与解决

1.UnabletoconnecttoRedis:翻译:无法连接到Redis很明显是Redis服务未被连接比如我这个,是因为打连接不上本地端口:6379。呢么就有两种可能:1.查看Springboot的yml文件,看是否连接的是6379端口如下:没问题是本地的6379,呢么就只有一种情况是因为本地的服务没打开。打开Redis服务正确开启服务如何重新启动Springboot项目,就ok喽!总结一下,这是Redis新手常见的一种问题,个人觉得主要是因为马虎粗心造成的,哈哈哈,恰恰我就遇见了!这就是我今天的分享解决问题方案。有问题可以私聊或留言。     

Ubuntu系统上docker 内启动图形界面程序报错Unable to init server: Could not connect: Connection refused

错误现象解决方案一:映射X11-unix启动docker,挂在/tmp目录dockerrun--rm-it-v/tmp:/tmpubuntu/bin/bash其中/tmp/.X11-unix是x11服务监听的本地socket,如下设置DISPLAY同宿主机(本机接入了两个显示器)exportDISPLAY=:1启动图形程序解决方案二:sshx11forward(解决Qt程序无法正确显示问题)容器内安装openssh-serversudodockerexec-uroot-it8ae/bin/bashaptinstallopenssh-server生成秘钥启动服务设置用户密码获取容器ipaptin

git报错fatal: unable to access ‘https://github.com/…’: OpenSSL SSL_read: Connection was reset, errno 1

git报错fatal:unabletoaccess‘https://github.com/…’: OpenSSL SSL_read:Connectionwasreset,errno10054原因:一般是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错解决办法:解除ssl验证后,再次git即可gitconfig--globalhttp.sslVerifyfalse

regex - Firefox 错误 : Unable to check input because the pattern is not a valid regexp: invalid identity escape in regular expression

我正在使用正则表达式模式匹配进行HTML5表单验证。最新版本的Firefox给我一个错误。我只是在Firefox46中才开始看到这个问题。我认为这在早期的Firefox版本中不是问题。Unabletocheckbecausethepatternisnotavalidregexp:invalididentityescapeinregularexpression由这个非常简单的测试用例引起:为什么转义这些字符会被视为错误?我总是在我的正则表达式中转义不是数字或字母的所有内容。除了这个版本的Firefox,我从来没有提示过这种类型的转义字符。当我学习正则表达式时,有人告诉我,除了数字或字母之

regex - Firefox 错误 : Unable to check input because the pattern is not a valid regexp: invalid identity escape in regular expression

我正在使用正则表达式模式匹配进行HTML5表单验证。最新版本的Firefox给我一个错误。我只是在Firefox46中才开始看到这个问题。我认为这在早期的Firefox版本中不是问题。Unabletocheckbecausethepatternisnotavalidregexp:invalididentityescapeinregularexpression由这个非常简单的测试用例引起:为什么转义这些字符会被视为错误?我总是在我的正则表达式中转义不是数字或字母的所有内容。除了这个版本的Firefox,我从来没有提示过这种类型的转义字符。当我学习正则表达式时,有人告诉我,除了数字或字母之