摘要:
1.生成SSH Key首先检查下本机是否已经安装了SSH,在终端输入ssh即可:如果没有安装进行yum安装# yum -y install openssh-clients接下来就是生成ssh key了,输入ssh-keygen -t r... 阅读全文
posted @ 2018-04-17 13:50
試毅-思伟
阅读(842)
评论(0)
推荐(0)
摘要:
1.使用yum安装yum -y install gityum remove git2.源代码安装a.下载git源码 网址为 https://github.com/git/git/releasesb. 解压 tar -zxf git-m... 阅读全文
posted @ 2018-04-17 13:41
試毅-思伟
阅读(90)
评论(0)
推荐(0)