Reinhard重装了服务器.重装后,导入项目A报错,错误提示如下: A table, Extended Data Type, Base Enum or class called ???? already exists. 每次重装后,AOT中的元素ID都会重新生成,可能是我项目A中的某个元素ID,被新环境中的其他元素占用. 将AOT中,已经导入的项目A的元素全部删除,然后刷新AOT. 重启开发工作区.重新导入项目A,这次就好了.…
今天同事问我她的报错了,我看了一下,是分支没有指向远程仓库对应的分支;报错如下; $ git pull There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details git pull <remote> <branch> If you wish to set tracking…
[1.cmd终端连接远程mysql数据库方法] mysql -uhello -pworld -h192.168.1.88 -P3306 -Dmysql_oa mysql -u用户名 -p密码 -h远程数据库IP地址 -P端口 -D数据库名 [2.navicat连接远程数据库报错'client does not support authentication protocol requested by server consider ...'解决方案] 原因是MySQL8.0的加密方式改变了,但…
gitlab使用URL导入远程仓库报错Import url is blocked: Only allowed ports are 80,443, and any over 1024 报错内容为Import url is blocked: Only allowed ports are 80,443, and any over 1024,gitlab版本为11.11.3 google找了一番,发现gitlab官网上有回复修改配置文件/opt/gitlab/embedded/service/gitla…