
获得徽章 16
- logging:
level:
com.mp.start: debug
org.springframework.data.convert.CustomConversions: ERROR评论点赞 - Unable to negotiate with xxx.xxx.xxx.xxx port XX: no matching host key type found. Their offer: ssh-rsa,ssh-dss fatal: Could not read from remote repository.
在Git的安装目录下 Git > etc > ssh 文件夹下找到 ssh_config 文件 。
在文件末尾添加一下代码。
# 注意这里的 xxx.com 是没有 https:// 的
# 如github.com, 填写 github.com 即可(最后的斜杆也不能要)。
Host xxx.com
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa展开赞过13 - IDEA无法再打开项目,只能停留在弹出框中选择项目解决办法
将IDEA使用的Maven的Setting文件头改成将 <?xml version="1.0" encoding="windows-1252"?>赞过评论2 - 在Springboot 配置SSL证书时
server.ssl.key-password 此项配置会影响tomcat启动 注意区分
注意区分
server.ssl.key-store-password 与
server.ssl.key-password赞过评论2