
Git
黑暗行动
足球
乐观
架构设计
展开
-
GitHub报错:You‘re using an RSA key with SHA-1, which is no longer allowed
解决GitHub报错:You're using an RSA key with SHA-1, which is no longer allowed原创 2022-06-06 17:09:23 · 486 阅读 · 1 评论 -
Git安装和sshkey配置
系统环境 # linux CentOS Linux 7 root@localhost bin]# uname -a Linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 安装git [root@localh...原创 2018-08-04 11:25:49 · 1136 阅读 · 0 评论 -
搭建Gitlab环境
1 安装依赖 yum -y install policycoreutils openssh-server openssh-clients postfix 2 支持gitlab邮件发送 systemctl enable postfix && systemctl start postfix 3下载安装Gitlab社区版RPM包 下载地址 rpm -ivh gitlab...原创 2018-08-03 13:46:41 · 1996 阅读 · 0 评论 -
Git-shell常用命令
1 克隆仓库到本地 admin@admin-PC MINGW32 /e $ git clone git@github.com:chy2z/Hive.git 2 增加当前目录所有修改到暂存区 admin@admin-PC MINGW32 /e/hive (master) $ git add . 3 提交暂存区更新到本地仓库 admin@admin-PC MINGW32 /e/hiv...原创 2018-08-17 23:21:17 · 2296 阅读 · 0 评论