1.安装 # 切换 root 用户 su root # 更新源 sudo yum update # 安装 Git yum install -y git 2.验证 git --version
1.安装 # 切换 root 用户 su root # 更新源 sudo yum update # 安装 Git yum install -y git 2.验证 git --version
git init git add . git commit -m 'first commit' git remote add origin http://ip/group/project-name.git git push -u origin master git checkout -b dev git push -f origin dev 这一步没试过,如果这一步可以,那么第6步将变为:git push -u orgin dev git pull --rebase origin dev 1.分支dev下查看提交日…
yum install -y curl policycoreutils-pythonopenssh-server systemctl enable sshd systemctl start sshd yum install postfix systemctl enable postfix systemctl start postfix systemctl enable firewalld systemctl start firewalld firewall-cmd --permanent --zone=public…

Akim
犇 骉
古法 AI 双修者
Java、C#、Python、Go、Android、Vue、Bootstrap
Copyright © 2026 aianran.com All Rights Reserved.