随笔 - 209  文章 - 0 评论 - 11 阅读 - 30万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

随笔分类 -  Git

git基本命令
摘要:添加用户组 groupadd -g:指定新建工作组的id; -r:创建系统工作组,系统工作组的组ID小于500; -K:覆盖配置文件“/ect/login.defs”; -o:允许添加组ID号不唯一的工作组。 例如添加git组 groupadd git 添加用户 useradd -c comment 阅读全文
posted @ 2021-04-22 14:37 博客园197 阅读(84) 评论(0) 推荐(0) 编辑
git本地仓库搭建
摘要:使用Git搭建自己的私有/个人Git仓库 准备一下 安装Git 添加Git管理账户/账户和密码 配置Git的SSH访问 配置SSH访问 客户端生成ssh私钥上传服务器 服务器将上传的私钥添加到服务器的秘钥验证文件中 客户端验证连接 服务器端创建git仓库 现在git的代码仓库有很多,如:github 阅读全文
posted @ 2021-04-22 11:56 博客园197 阅读(683) 评论(1) 推荐(0) 编辑
GEN configure /bin/sh: 1: autoconf: not found
摘要:GEN configure /bin/sh: 1: autoconf: not found 阅读全文
posted @ 2019-12-29 23:12 博客园197 阅读(1740) 评论(0) 推荐(0) 编辑
eclipse 安装git
摘要:eclipse git 阅读全文
posted @ 2018-10-18 21:54 博客园197 阅读(222) 评论(0) 推荐(0) 编辑
centos7 安装git
摘要:centos7下git的安装和配置 阅读全文
posted @ 2018-09-12 18:03 博客园197 阅读(362) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示