草庐IT

port-forward

全部标签

idea启动 org.springframework.boot.web.server.PortInUseException: Port XXX is already in use

  win+r,输入cmd,进入命令行窗口查询占用端口号所在进程:netstat-ano|findstr8001杀死进程:taskkill-f-pid进程号 

idea启动 org.springframework.boot.web.server.PortInUseException: Port XXX is already in use

  win+r,输入cmd,进入命令行窗口查询占用端口号所在进程:netstat-ano|findstr8001杀死进程:taskkill-f-pid进程号 

解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题

自动化使用要去下载图像识别的工具:Tesseract,mac需要用到brew,但是我的电脑没有,就先需要下载homebrew,然而按照官网的命令: /bin/bash-c"$(curl-fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install.sh)"却提示:curl:(7)Failedtoconnecttoraw.githubusercontent.comport443:Connectionrefused原因应该是国外的ip吧,直接看解决方案吧解决方案:1、打开网站,https://www.ipaddress.

解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题

自动化使用要去下载图像识别的工具:Tesseract,mac需要用到brew,但是我的电脑没有,就先需要下载homebrew,然而按照官网的命令: /bin/bash-c"$(curl-fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install.sh)"却提示:curl:(7)Failedtoconnecttoraw.githubusercontent.comport443:Connectionrefused原因应该是国外的ip吧,直接看解决方案吧解决方案:1、打开网站,https://www.ipaddress.

Failed to connect to github.com port 443: Connection refused问题解决

问题描述当进行仓库pull或者push时,报错如下:Failedtoconnecttogithub.comport443:Connectionrefused解决方法如下:方法一:关闭代理一开始查找解决方法以为是开梯子或者其他代理工具等原因,然后就试了重置代理或者取消代理的方式gitconfig--global--unsethttp.proxygitconfig--global--unsethttps.proxy添加全局代理:gitconfig--globalhttp.proxygitconfig--globalhttps.proxy如果以上问题还未得到解决,再采用以下方法:即:进行了上步操作还

Failed to connect to github.com port 443: Connection refused问题解决

问题描述当进行仓库pull或者push时,报错如下:Failedtoconnecttogithub.comport443:Connectionrefused解决方法如下:方法一:关闭代理一开始查找解决方法以为是开梯子或者其他代理工具等原因,然后就试了重置代理或者取消代理的方式gitconfig--global--unsethttp.proxygitconfig--global--unsethttps.proxy添加全局代理:gitconfig--globalhttp.proxygitconfig--globalhttps.proxy如果以上问题还未得到解决,再采用以下方法:即:进行了上步操作还

Git pull报 fatal: Not possible to fast-forward, aborting的解决办法

1.问题场景本人使用公司的开发机Mac,发现在Mac机上pull代码时总会出现“fatal:Notpossibletofast-forward,aborting”。开发流程:基于release拉取一个feature分支,然后在feature分支上进行开发,再把feature分支往master合并,如果有冲突先gitpull一下,然后解决冲突进行push。 (release是master的子集)上述流程在windows上运行很流畅但是到mac上就不行,在stackoverflow的大佬说是因为base不一致,需要使用rebase去解决,百度上也是这么描述的。虽然这种方式帮助很多人解决了问题,但绝

Git pull报 fatal: Not possible to fast-forward, aborting的解决办法

1.问题场景本人使用公司的开发机Mac,发现在Mac机上pull代码时总会出现“fatal:Notpossibletofast-forward,aborting”。开发流程:基于release拉取一个feature分支,然后在feature分支上进行开发,再把feature分支往master合并,如果有冲突先gitpull一下,然后解决冲突进行push。 (release是master的子集)上述流程在windows上运行很流畅但是到mac上就不行,在stackoverflow的大佬说是因为base不一致,需要使用rebase去解决,百度上也是这么描述的。虽然这种方式帮助很多人解决了问题,但绝

git 报错Failed to connect to github.com port 443 after 21224 ms: Timed out 解决办法

文章目录git报错Failedtoconnecttogithub.comport443after21224ms:Timedout解决办法报错情况报错前提解决办法一:配置http代理解决方法二:配置SSH代理Windows平台Linux或MacOSgit报错Failedtoconnecttogithub.comport443after21224ms:Timedout解决办法报错情况在gitclone或者gitpush时,一直报错Failedtoconnecttogithub.comport443afterxxxms:Timedout报错前提网页可以正常打开github电脑连接VPN解决办法一:配

git 报错Failed to connect to github.com port 443 after 21224 ms: Timed out 解决办法

文章目录git报错Failedtoconnecttogithub.comport443after21224ms:Timedout解决办法报错情况报错前提解决办法一:配置http代理解决方法二:配置SSH代理Windows平台Linux或MacOSgit报错Failedtoconnecttogithub.comport443after21224ms:Timedout解决办法报错情况在gitclone或者gitpush时,一直报错Failedtoconnecttogithub.comport443afterxxxms:Timedout报错前提网页可以正常打开github电脑连接VPN解决办法一:配