简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
在服务器上从git拉取代码,并挂载到docker容器中运行,后来停止运行的容器,想删除服务器上的代码,发现其中的文件夹 __pycache__ 不能删除:$ rm -rf c_jd_company_profile/rm: cannot remove 'c_jd_company_profile/__pycache__/utils.cpython-37.pyc': Permission denie..
git clone报错:Permission denied$ git clone https://gitlab.ifchange.com/nb4/project_recognize.gitfatal: could not create work tree dir 'project_recognize'.: Permission denied因为当前的这个目录deploy是在docker中由...
使用 install.packages() 安装R包时,总是比较慢,有时甚至安装失败,失败情形如下:> install.packages('gridExtra')Warning in install.packages :unable to access index for repository https://cran.rstudio.com/src/contrib:无法打.
报错:有 Dockerfile 文件如下:(该文件可在vs code中使用插件生成,非常方便)# For more information, please refer to https://aka.ms/vscode-docker-pythonFROM python:3.8-slim-busterEXPOSE 5000# Keeps Python from generating .pyc file
本机运行 ssh-keygen 生成公钥将公钥 “~/.ssh/id_rsa.pub” 内容复制到远程主机 ~/.ssh/authorized_keys 文件末尾本机.ssh/config 文件末尾增加如下设置:vscode 下载插件 Remote-SSH,点击左下角绿色按钮,cmd palatte中选择"connect to host":选择远程主机,输入对应的登录密码,连接成功。...