03 2021 档案
摘要:1、安装依赖:sudo dnf install policycoreutils openssh-server postfix 2、下载gitlab:wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el8/gitlab-ce-13.1.1
阅读全文
摘要:1、mysql生成32位的UUID:SELECT REPLACE(UUID(), '-', ''); 2、Git生成秘钥(git已安装):ssh-keygen -t rsa -C "配置邮箱地址",直接回撤即可。 配置账户信息 git config --list git config --globa
阅读全文