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) 编辑
git本地仓库搭建
摘要:使用Git搭建自己的私有/个人Git仓库 准备一下 安装Git 添加Git管理账户/账户和密码 配置Git的SSH访问 配置SSH访问 客户端生成ssh私钥上传服务器 服务器将上传的私钥添加到服务器的秘钥验证文件中 客户端验证连接 服务器端创建git仓库 现在git的代码仓库有很多,如:github
阅读全文
posted @
2021-04-22 11:56
博客园197
阅读(683)
推荐(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) 编辑