logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用git clone 无法把github的项目下来到本地的解决办法

我想克隆一个项目到自己的本地,但是遇到了下面的这个报错信息:一般是由于代理地址没有配置好导致的;

文章图片
#git#github
在后端开发中,中间件的作用是什么

原文地址:https://www.devbbq.cn/blog/details/1708476526519。

文章图片
#中间件
linux服务器上使用git拉取代码时每次都要输入账户密码的问题

输入完之后的git pull 就再也不用输入账户和密码了;

文章图片
#git
解决mysql链接时报错Authentication plugin ‘caching_sha2_password‘ cannot be loaded的问题

解决mysql链接时报错Authentication plugin 'caching_sha2_password' cannot be loaded的问题

#mysql#数据库#服务器
Unable to negotiate with xxxxx port 22: no matching host key type found. Their offer: ssh-rsa报错的解决方法

1.打开.ssh文件夹2.新建一个config文件,不带后缀名3.加入如下内容Host *HostkeyAlgorithms +ssh-rsaPubkeyAcceptedKeyTypes +ssh-rsa

#git
到底了