- 2026年07月10日
- 星期五
一、脚本YUM源安装:1.yuminstallwget#安装下载工具wget2.wgethttp://www.atomicorp.com/installers/atomic#下载atomicyum源,配置CentOS6.5第三方yum源
server: yum install -y gitadduser gitpasswd gitmkdir repocd repogit init –bare xxxx.gitchown git:git xxxx.git client: cd xxxxgit initgit add .git commit -m initgit push git@[ip]:[dir]/repo/
