Linux(Centos7.5)安装GIT
安装命令:
yum install -y git
查看版本号:
git --version
创建账户:
[root@localhost home]# id git id: git:无此用户 [root@localhost home]# useradd git [root@localhost home]# passwd git
创建git仓库:
[root@localhost home]# mkdir -p /data/git/gittest.git [root@localhost home]# git init --bare /data/git/gittest.git Initialized empty Git repository in /data/git/gittest.git/ [root@localhost home]# cd /data/git/ [root@localhost git]# chown -R git:git gittest.git/
克隆仓库:
地址:git@IP:/data/gittest.git
参考:https://www.cnblogs.com/dee0912/p/5815267.html
相关推荐
formula 2020-11-12
huhongfei 2020-11-05
乾坤一碼農 2020-10-27
liumengyanysu 2020-10-22
E哥的aws认证攻略 2020-10-15
tianyafengxin 2020-10-08
guying 2020-10-05
好脑筋不如烂笔头 2020-09-17
nebulali 2020-09-11
佛系程序员J 2020-09-15
fenggit 2020-09-15
JustHaveTry 2020-09-11
兄dei努力赚钱吧 2020-09-06
IngeniousIT 2020-08-25
liumengyanysu 2020-08-17
guying 2020-08-16