上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 92 下一页
摘要: 前言 使用 Anaconda 激活 python 环境,报错: conda activate deepseek7B CondaError: Run 'conda init' before 'conda activate' 解决 # 重新进入虚拟环境 source activate # 退出虚拟环境 阅读全文
posted @ 2025-03-17 10:45 牛奔 阅读(5961) 评论(1) 推荐(0)
摘要: 下载模型仓库 git clone https://github.com/deepseek-ai/Janus.git 国内下载仓库失败时,可以使用以下代理: git clone https://github.moeyy.xyz/https://github.com/deepseek-ai/Janus. 阅读全文
posted @ 2025-03-11 22:55 牛奔 阅读(891) 评论(0) 推荐(0)
摘要: 前言 k8s 集群中,使用 kubelet 报错,如下: The connection to the server 127.0.0.1:6443 was refused - did you specify the right host or port? 排查思路 1. 检查环境是否正常 1.1 确认 阅读全文
posted @ 2025-02-07 10:53 牛奔 阅读(3083) 评论(0) 推荐(0)
摘要: 前言 git push origin master git push 时报错: error: src refspec master does not match anyerror: failed to push some refs to 'https://gitee.com 这个错误可能是由不同原因 阅读全文
posted @ 2025-02-05 09:17 牛奔 阅读(2401) 评论(0) 推荐(0)
摘要: 前言 当你使用 Vue CLI 或其他构建工具构建 Vue 2 项目时,它会生成一个 dist 文件夹,这个文件夹包含了你项目的生产环境版本的静态资源文件(HTML、JavaScript 和 CSS)。 直接打开 dist 文件夹中的 index.html 文件在某些情况下是可以的,但是由于浏览器的 阅读全文
posted @ 2025-01-07 22:28 牛奔 阅读(317) 评论(0) 推荐(0)
摘要: 下载源码 git clone https://github.com/kevinburke/sshpass.git 由于网络问题,这里我用了一个代理下载 git clone https://ghproxy.cn/https://github.com/kevinburke/sshpass.git 安装依 阅读全文
posted @ 2025-01-07 22:27 牛奔 阅读(190) 评论(0) 推荐(0)
摘要: 前言 在 windows 使用 nvm,管理 node 版本时,nvm install 14.21.3 后,发现在指定 node 版本的 node_modules 文件夹中没有对应的 npm 包,这时有两种方法解决,第一种配置自动下载 npm,第二种手动下载 npm 更改配置文件,自动下载npm 命 阅读全文
posted @ 2024-12-25 20:40 牛奔 阅读(4272) 评论(0) 推荐(0)
摘要: 安装 mockj 首先确保你有一个 vue 2 项目,如果没有,可以用 Vue CLI 创建一个: vue create vue-mock-demo 开始安装 Mock.js npm install mockjs --save-dev 创建 Mock 配置文件 在项目的 src 目录下新建一个文件夹 阅读全文
posted @ 2024-12-14 20:55 牛奔 阅读(825) 评论(0) 推荐(0)
摘要: 前言 nvm 在安装 Node.js v14.21.3 时,报错: nvm install 14 Downloading and installing node v14.21.3... Downloading https://nodejs.org/dist/v14.21.3/node-v14.21. 阅读全文
posted @ 2024-12-10 23:05 牛奔 阅读(4079) 评论(0) 推荐(0)
摘要: 前言 使用 npm 报错: npm ERR! request to https://registry.npm.taobao.org/xxx failed, reason: certificate has expired 错误原因: 早在 2021 年,淘宝就发文称,npm 淘宝镜像已经从 http: 阅读全文
posted @ 2024-12-10 13:51 牛奔 阅读(1350) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 92 下一页