草庐IT

IR_PORT_DISABLED

全部标签

多种方法均未解决:Failed to connect to github.com port 443 after 21016 ms: Timed out

具体错误$gitclonehttps://github.com/openjdk/jdk8uCloninginto'jdk8u'...fatal:unabletoaccess'https://github.com/openjdk/jdk8u/':Failedtoconnecttogithub.comport443after21016ms:Timedout办法1(无效)gitconfig--global--unsethttp.proxygitconfig--global--unsethttps.proxy办法2(无效)检查代理。我没有设置代理。办法3(无效)gitconfig--globalhtt

npm WARN using --force Recommended protections disabled.

    在使用  npmcacheclean--force 命令时报的错。    可以使用  npmcacheverify 命令。cache|npm安装文档 

Github SSH 协议拉取代码报错 Connection closed by *.*.*.* port 22

解决了Connectionclosedby端口22的报错问题,特来记录一下:起因window10操作系统,今天在拉取Github仓库的时候遇到了协议报错:$gitfetch--prune--all--verboseFetchingoriginkex_exchange_identification:ConnectionclosedbyremotehostConnectionclosedby198.18.0.114port22fatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandth

综合报错 [Synth 8-685] variable ‘line_cnt_d5‘ should not be used in output port connection

        仿真或者综合报错,显示这个变量不能用于输出端口,就去找这个变量接到了哪些输出端口。         发现Delay_SRL16.o连接了此变量,Delay_SRL16.o端口的变量不能是reg型,把其改成wire型即可。 

ssh连接服务器出现:ssh: connect to host **** port 22: Connection refused 的解决方法

我是windows10连接windowsserver2019一直出现ssh:connecttohost****port22:Connectionrefused查了一堆方法没有想要的首先去看你的虚拟机有没有开启远程访问,没有开启当然访问不了。点击允许远程访问点击允许,然后选择用户添加你新增的用户。然后不要看本机上面的的ipv4地址,虚拟机上是不一样的,一定要通过powershell输入ipconfig进行查看。如果已经使用本机的ipv4进行远程连接的话,需要通过如下代码,清除所连接的ip才能再次进行远程连接。ssh-keygen-RXX.XX.XX.XX//重启虚拟机sshdnetstopssh

Centos8更换yum阿里云源报错Failed to connect to mirrors.aliyuncs.com port 80: Connection refused]

2021年12月31日CentOS8EOL。按照社区规则,CentOS8的源地址http://mirror.centos.org/centos/8/内容已移除,目前第三方的镜像站中均已移除CentOS8的源。阿里云的源http://mirrors.cloud.aliyuncs.com和http://mirrors.aliyun.com也无法同步到CentOS8的源。当您在阿里云上继续使用默认配置的CentOS8的源会发生报错。1,运行以下命令备份之前的repo文件。rename'.repo''.repo.bak'/etc/yum.repos.d/*.repo2,运行以下命令下载最新的repo文

Failed to connect to 127.0.0.1 port 7890: 拒绝连接

Failedtoconnectto127.0.0.1port7890:拒绝连接查看是否使用代理$:gitconfig--globalhttp.proxy http://127.0.0.1:7890将使用的代理取消掉$gitconfig--global--unsethttp.proxy

Unable to negotiate with 47.96.92.201 port 29418: no matching host key type found. git问题解决

gitpushorigin报错信息:Unabletonegotiatewith47.96.92.201port29418:nomatchinghostkeytypefound.Theiroffer:ssh-rsa,ssh-dssfatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandtherepositoryexists.报错原图片: gitremote-v发现有远程,且试过重置user.nameuser.email重新生成过ssh都不管用,然后注意到报错中提示:theiroffe

测试开发真的不难(8)启动Zookeeper报错ZooKeeper audit is disabled【已解决】

一、问题背景今天在启动Kakfa+Zookeeper时遇见了报错:ZooKeeperauditisdisabled二、解决方案3.6版本以上看了看网上的解决方案多数是针对3.6版本以上的,具体方法就是修改zookeeper的配置文件(以下图片来自网络):找到conf文件夹下的zoo.cfg文件,对其进行修改,在里面加上admin.enable=true即可。3.6版本以下我使用的版本是Kafka3.2.1,我的具体解决方案是:找到conf/zookeeper.properties文件,编辑,并将其中最后三行代码改成下图所示的样子:admin.enableServer=trueadmin.ena

zookeeper下载启动后:Client port found: 2181. Client address: localhost. Client SSL: false. Error contacti

1.我官网下载的版本1)在linux平台解压下载的zookeeper-3.4.10.tar.gz2)进⼊conf⽬录,cpzoo_sample.cfgzoo.cfg(复制一个config文件,第一个是模板,第二个是我们的conf文件)3)进⼊bin⽬录,启动zk服务启动./zkServer.shstart(默认端口2181用不着改)停⽌./zkServer.shstop查看状态./zkServer.shstatus启动了单节点模式报出了这个问题:这个问题怎么解决呢?1.关闭防火墙,systemctlstopfirewalld.service,重启zookeepersystemctlstatus