摘要: 初始化本地仓库 添加工作区内容到暂存区 提交到本地仓库 将本地代码push到远程库 从github clone项目 git全局设置 阅读全文
posted @ 2019-10-29 14:46 _DC 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 使用ssh地址 clone 时可能会出现以下错误 解决方案: 先删除.ssh文件夹 在cmd执行以下操作 此时已生成id_rsa.pub 文件,到github等远端仓库配置ssh公钥,即可 阅读全文
posted @ 2019-10-29 14:45 _DC 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: 1.下载源码 https://www.shikexu.com/wp-content/uploads/2019/01/openssl-1.0.2q.tar.gz 2.解压 3.配置 ./config 4.安装 make install 默认会安装在 /usr/local/ssl 中 config的时候 阅读全文
posted @ 2019-10-29 13:55 _DC 阅读(536) 评论(0) 推荐(0) 编辑