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 · 436 阅读 · 1 评论 -
Git安装和sshkey配置
系统环境 # linux CentOS Linux 7root@localhost bin]# uname -aLinux 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 · 1119 阅读 · 0 评论 -
搭建Gitlab环境
1 安装依赖yum -y install policycoreutils openssh-server openssh-clients postfix2 支持gitlab邮件发送systemctl enable postfix && systemctl start postfix3下载安装Gitlab社区版RPM包下载地址rpm -ivh gitlab...原创 2018-08-03 13:46:41 · 1977 阅读 · 0 评论 -
Git-shell常用命令
1 克隆仓库到本地admin@admin-PC MINGW32 /e$ git clone git@github.com:chy2z/Hive.git2 增加当前目录所有修改到暂存区 admin@admin-PC MINGW32 /e/hive (master)$ git add .3 提交暂存区更新到本地仓库admin@admin-PC MINGW32 /e/hiv...原创 2018-08-17 23:21:17 · 2273 阅读 · 0 评论