1、首先看现在的ip地址 点击设置-网络,就可看到本机的IP地址 2、配置hosts文件 具体hosts文件地址,/etc/即可看到 添加192.168.83.89localhost 3、修改.jenkins文件中的jenkins.model.JenkinsLocationConfiguration.xml文件的jenkinsUrl为ip:8080 4、修改/usr/local/opt/jenkins/homebrew.mxcl.jenkins.plist 文件中的--ht...
KarnichcommentedJun 3, 2019 Hi This is my first time using sentinel. i got it working locally but when i run it on my kubernetes platform i get this error: Error: All sentinels are unreachable. Retrying from scratch after 1ms. Last error: ERR unknown command `sentinel`, with args beginni...
`http://localhost:5000/api/user/update/${currentuser.rest._id}`, `https://marapu-kalam-blog-app-backend.onrender.com/api/user/update/${currentuser.rest._id}`, { method: "PUT", headers: { @@ -155,7 +155,7 @@ const DashboardProfile = () => { setshowModal(false); try { con...
"access denied for user 'root'@'localhost' (using password: yes)" 这个错误通常表明在尝试使用 'root' 用户和密码登录 MySQL 数据库时失败了。以下是一些解决这个问题的步骤: 确认'root' 用户是否存在,并检查其权限设置: 默认情况下,'root' 用户应该存在于 MySQL 数据库中,并且具有足够的权限。如果数据库...