repository install remote fatal

ssh连接密钥重置 REMOTE HOST IDENTIFICATION HAS CHANGED!

SSH连接时,出现提示远程密码重置的报错 [root@docker tools]# ssh 172.17.0.2@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATI ......
密钥 IDENTIFICATION CHANGED REMOTE HOST

Docker版本 RocketMQ Install v4.9.5

cd toolsyum install gitgit clone https://github.com/apache/rocketmq-docker.gitcd rocketmq-docker/sh build-image.sh RMQ-VERSION BASE-IMAGEcd image-buil ......
RocketMQ Install 版本 Docker 9.5

.net core中Grpc使用报错:The remote certificate is invalid according to the validation procedure.

因为Grpc采用HTTP/2作为通信协议,默认采用LTS/SSL加密方式传输,比如使用.net core启动一个服务端(被调用方)时: public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultB ......

解决m1遇到的node-sass依赖无法install的问题

node-sass这个库比较老,用ruby写的,安装时需要python2编译,建议新项目使用dart-sass或者less 由于homebrew不支持安装python2,网上其他教程太复杂了,咱简单粗暴的来 直接安装包安装python2 python2安装包 安装完终端输入python2即可验证 复 ......
node-sass install 问题 node sass

conda环境下使用pip install安装包到conda环境下,而不是.local下

一、首先说明下,在conda 环境中使用pip install 命令,安装的包并不是只在该环境,而是在.local中所有conda环境都可以使用。如果想要pip 安装的包在当前所在环境下,按照以下步骤。 二、使用'python -m site'命令,会看到以下结果,user_base 和 user_ ......
环境 conda install local pip

install packages in jupyter notebook

!conda install --yes numpy !pip install numpy !echo $PATH # If you want to know what is actually executed # when you type python, you can use the type ......
packages notebook install jupyter in

Mybatis 中的 @Mapper, @MapperScan, @Repository 的用法于区别

@Mapper @Mapper是mybatis自身带的注解。 使用@Mapper可以不使用 @MapperScan 包扫描而创建dao接口实现类对象。 @MapperScan 有时候当我们有很多 mapper 接口时,就需要写很多 @Mapper 注解,这样很麻烦,有一种简便的配置化方法便是在 Sp ......
MapperScan Repository Mybatis Mapper

git推送提示the-remote-end-hung-up-unexpectedly错误

1、问题描述 由于我提交文件过大,往远程推送时提示一下错误 经过排查,发现待推送的文件中有个压缩包文件很大,而gitee默认仅支持 100M 经过各种百度,都是说设置一下缓存大小就行了 git 推拉出现 "fatal: The remote end hung up unexpectedly" 解决方 ......

pod install libwebp 问题

1.find /Users/***/.cocoapods/repos -iname libwebp 出现如下展示:/Users/***/.cocoapods/repos/master/Specs/1/9/2/libwebp/Users/***/.cocoapods/repos/cocoapods/S ......
install libwebp 问题 pod

Jmeter 启动时报错:Not able to find Java executable or version. Please check your Java installation

安装java环境,cmd窗口中执行java-version 可以看到java的版本信息。 双击jmeter启动文件,报错:Not able to find Java executable or version. Please check your Java installation 解决办法: 在启 ......
Java installation executable 时报 version

Installing MySQL 5.7 On Ubuntu Using Generic Binaries

Installing MySQL 5.7 On Ubuntu Using Generic Binaries 1、安装依赖 apt-get install libaio1 2、获取软件包 wget https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.9 ......
Installing Binaries Generic Ubuntu MySQL

install vim-latexsuite and set .vimrc

(4/4) 正在安装 vim-latexsuite [#######] 100%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Set the following lines ......
vim-latexsuite latexsuite install vimrc and

ubuntu 编译出现错误fatal error: bits/libc-header-start.h: No such file or directory

在ubuntu gcc编译程序出现错误 fatal error: bits/libc-header-start.h: No such file or directory 表明缺少库环境。 解决方法 apt update apt-get install gcc-multilib 成功编译 ......

archery entered FATAL state, too many start retries too quickly

################################# 一、配置文件:supervisord.conf (venv) [root@wy3-db245 archery]# cat supervisord.conf [unix_http_server] file=supervisor.soc ......
too archery entered retries quickly

vue项目打包不起:FATAL ERROR: Zone Allocation failed - process out of memory

背景:vue3 + ts 的项目,admin plus框架 ,打包不起node 版本 v16.13.1 网上搜索了,解决方法 1.设置环境变量NODE_OPTIONS--max-old-space-size=4000 !!!!设置这个会导致阿里云oss浏览器无法打开 2. 在package.json ......
Allocation process 项目 failed memory

【Python】 pip install 遇到UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 645: illegal multibyte sequence

pip install 遇到UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 645: illegal multibyte sequence 在安装weditor的时候报的错误 解决方法一设置用户或者系统变量: 解决 ......

npm install报错 npm ERR! 的四种解决办法

整理了自己在安装过程中碰到的四种npm ERR及解决方式 错误一、npm ERR! A complete log of this run can be found in:npm ERR!C:\Users\nanyi\AppData\Roaming\npm-cache_logs\2021-09-17T ......
npm install 办法 ERR

idea中出现多个git-remote项目

1. 问题复现 idea中出现多个git-remote项目选项; 子模块的代码不在父模块中,可以单独提交; 2. 问题分析 仔细浏览子模块文件内容,可以发现,子模块中多了一个.git文件夹,多了.gitignore文件。 idea扫描文件的时候读取到了git相关的文件,解析成了多个git仓; 这是一 ......
git-remote 多个 项目 remote idea

在pycharm链接的矩池云里install 包

打开pycharm 打开矩池云 连接到终端会显示 3. 安装需要的包 重点 一般是conda install ****,或者是pip install *** 比如 pip install torchnet 关于更新pip pip install --upgrade pip -i http://pyp ......
pycharm install 链接

Error occurred while running `from pyglet.gl import *`HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install python-opengl'.

安装mujoco后运行可视化界面代码报错: Error occurred while running `from pyglet.gl import *`HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get i ......
install python-opengl you occurred apt-get

fatal error: GL/osmesa.h: No such file or directory

安装mujoco报错: fatal error: GL/osmesa.h: No such file or directory 解决方法: sudo apt install libosmesa6-dev ......
directory osmesa fatal error file

fatal error: 'pcre2.h' file not found

homebrew编译安装php swoole扩展提示 /bin/sh /private/tmp/pear/download/swoole-v5.0.1/libtool --mode=compile g++ -I. -I/private/tmp/pear/download/swoole-v5.0.1 ......
fatal error pcre2 found 39

灵魂云 在安装的时候出现了 Error launching installer

问题 : 我的电脑在之前安装的时候 并没有出现 这个错误, 我升级了一下系统,当然是被迫的,我并不想升级,你关机系统默认就升级。 重新打开电脑之后,整个桌面都不一样了。桌面的路径跟之前的也不一样的,还好 我之前桌面上的东西没有给我删掉。有很多之前安装过的软件都要重新安装,再次安装灵魂云的时候,出现这 ......
launching installer 灵魂 时候 Error

pytorch installation

用国内镜像安装Pytorch,首先需要添加conda 镜像源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/linux-64/ (pytorch清华的镜像源) conda ......
installation pytorch

npm install 的执行顺序,和 安装包的源死磕

npm install 源的地址加载执行顺序 从近到远 lock文件 这里直接就记录了 包的下载地址 .npmrc 里面的内容 registry=http://registry.npm.xxxx.com nrm ls 然后 nrm use 事故现场 自己的代码,git clone 下来,npm in ......
顺序 install npm

git bash报错fatal: detected dubious ownership in repository at的解决方法

情况 在git bash中输入"git add ."命令时报错"fatal: detected dubious ownership in repository at" 原因 文件夹的所有者和现在的用户不一致 例如:文件夹的所有者是Administrator,而当前用户是myAccount 方法1 右 ......
repository ownership detected dubious 方法

运行安装包出现installer integrity check has failed错误解决方法

(45条消息) 运行安装包出现installer integrity check has failed错误解决方法_早退的程序员的博客-CSDN博客 1.打开 cmd 2.然后将安装包 拖到cmd窗口 3.按空格 输入/NCRC按回车就可以了 ......
installer integrity 错误 方法 failed

Git报错解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset

昨天还可以git push代码到远程仓库,今天git push时报了这个错:fatal: unable to access 'https://github.com/.......': OpenSSL SSL_read: Connection was reset, errno 10054 产生原因:一 ......
Connection SSL_read OpenSSL access unable

关于 pip install 下载的位置改变不了

修改 site.py 文件没有用 可能是anaconda文件里面权限开了管理员权限,所以写入不了 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian C ......
位置 install pip

go run、build、install、get的原理和区别

学习go也有好些年头了,都没怎么研究过go的编译命令。真是惭愧。今天学习并记录下 结论: go run 专门用来运行命令源码文件的命令,一般用来运行单个文件 go build 主要是用于测试编译。编译某个包或者项目,在当前目录下生成可执行文件 go install 编译并安装代码包或者源码文件的。 ......
原理 install build get run