会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
明辨之,笃行之,慎思之
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年3月24日
Git安装与使用
Git仓库1、安装Git#yum install git2、创建Git用户并设置密码#useradd git#passwd git3、创建仓库#su - git#mkdir -r repos/app.git#cd repos/app.git初始化git仓库#git -bare init 4、配置SS
Read More
posted @ 2022-03-24 17:17 明辨之,笃行之,慎思之
Views(34)
Comments(0)
Diggs(0)
Edit
公告