摘要: 一、 安装 #安装jeklly https://dandelioncloud.cn/article/details/1524755285050953730/ 配置、添加源: gem sources --add https://gems.ruby-china.com/ --remove https:/ 阅读全文
posted @ 2024-02-28 18:02 太平东路 阅读(55) 评论(0) 推荐(0)
摘要: 远程仓库推送: git remote add origin https://<token>@github.com/wbxxgit/wbxxgit.github.io 推送问题: 两个不同的仓库推送,报错。 fatal: refusing to merge unrelated histories。 解 阅读全文
posted @ 2024-02-28 17:58 太平东路 阅读(14) 评论(0) 推荐(0)
摘要: 1、删除原来版本: sudo apt-get remove libssl1.0-dev libssl-dev 删除链接: 删除 /bin/openssl 2、下载版本 wget --no-check-certificate https://www.openssl.org/source/old/1.0 阅读全文
posted @ 2024-02-28 08:58 太平东路 阅读(97) 评论(0) 推荐(0)