logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Running the contributed command: _workbench.downloadResource failed.

背景vscode 更新了 remote-ssh 插件,引发的问题,在我配置好 config ,兴高采烈迎接时候,o(︶︿︶)o,突然就。。。Running the contributed command: _workbench.downloadResource failed.网上的解决方案进入远程服务器的 .vscode-server/bin,删除所有( ^ _^)acd ~/.vscode-se

#vscode#linux#python
rke 部署的时候报错:Failed to set up SSH tunneling for host

解决办法vim /etc/ssh/sshd_config改动一下参数AllowTcpForwarding yes

#kubernetes
filesystem layer verification failed for digest sha256

问题奇怪的问题,( ^ _ ^ *),幸亏 stackflow 有办法filesystem layer verification failed for digest sha256解决#1、删除镜像docker images -q | xargs docker rmi#或者rm -rf /var/lib/docker/*#2、重启 dockerservice docker stopservice d

#docker#centos#运维
rke 部署的时候报错:Failed to set up SSH tunneling for host

解决办法vim /etc/ssh/sshd_config改动一下参数AllowTcpForwarding yes

#kubernetes
Running the contributed command: _workbench.downloadResource failed.

背景vscode 更新了 remote-ssh 插件,引发的问题,在我配置好 config ,兴高采烈迎接时候,o(︶︿︶)o,突然就。。。Running the contributed command: _workbench.downloadResource failed.网上的解决方案进入远程服务器的 .vscode-server/bin,删除所有( ^ _^)acd ~/.vscode-se

#vscode#linux#python
解决冲突后,git merge --continue 时 lint不通过

一、背景合并后,解决冲突,然后想继续合并git merge --continue报错:¯_(ツ)_/¯。。。。二、解决尝试:git merge --continue --no-verify报错,意思大概是 merge 不存在这个参数 --no-verify╭(°A°`)╮ok,just do it,就让我暂时灭了 lint去到项目底下,找到 package.json,把里面这段暂时删除即可, ╮(

#docker#unix#vscode
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

问题Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?解决cd /var/runsudo chmod 666 docker.sock我是mac环境,所以o(︶︿︶)o,是我忘记打开 docker 软件了,无奈。不过上面办法也可行,我也不知道为啥,哈哈哈 (

#docker#unix
docker images有的镜像,却run的时候出错找不到镜像

Dockerfile 构建镜像三个文件app.jsconst http = require('http');const os = require('os');console.log("kubia server starting...");var handler = function(request, response) {console.log("Received request from" +

#docker
    共 26 条
  • 1
  • 2
  • 3
  • 请选择