摘要:
仓库地址: git@gitlab.xxxxx.com:root/xxx.git 准备工作 打开/etc/hosts在末尾另起一行,添加一行下的边内容保存,退出(可以复制粘贴)命令vim /etc/hosts 添加内容10.18.95.7 gitlab.xxxxx.com生成公钥:ssh-keygen 阅读全文
摘要:
安装mysql命令 apt-get install mysql-server安装的时候输入密码123456保持与数据库配置中的相同apt-get install mysql-clientapt-get install libmysqlclient-dev 开启mysql服务 service mysq 阅读全文