下面是错误提示 IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the RSA key sent by the remote ho…
用Navicat for mysql连接数据库测试下连接 如果出现1130错误 错误代码是1130,ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server 论坛上有些朋友说关掉防火墙就好了(其实不是防火墙的问题)是无法给远程连接的用户权限问题. 进入MySql控制台,弹出Enter password:输入您的数据库密码 执行下命令 GRANT ALL PRIVILEGES ON *.* TO…
git 切换远程仓库出现如下问题: $ git checkout -b localdev origin/dev fatal: Cannot update paths and switch to branch 'localdev' at the same time. Did you intend to checkout 'origin/dev' which can not be resolved as commit? 解决方法:先执行git fetch origin.要下班了,详细情况下回在细说.…