Loading

合集-github

摘要:Github-emoji-list 阅读全文
posted @ 2025-02-26 16:12 ZilongLi 阅读(164) 评论(0) 推荐(0)
摘要:博客搭建好了后每一次更新文章都需要输入以下这些指令将更新内容推送到GitHub,感觉有点繁琐,所以特意写了个shell脚本来一键执行全部指令。 hexo clean hexo generate hexo algolia git add . git commit -m "new psot" git p 阅读全文
posted @ 2025-02-27 07:50 ZilongLi 阅读(22) 评论(0) 推荐(0)
摘要:Git git提交或克隆报错fatal: unable to access 解决方式见git提交或克隆报错fatal: unable to access_HZC8的博客-CSDN博客_unable to access git 问题 git在拉取或者提交项目时,中间会有git的http和https代理 阅读全文
posted @ 2025-02-27 07:54 ZilongLi 阅读(214) 评论(0) 推荐(0)
摘要:吐槽 自从用了FQ软件之后,git clone或者git push等需要远程连接Github的操作就总是出现各种奇奇怪怪的问题,经过各种排查之后发现是代理没配置好。 我试过关闭***的System Proxy,或者将System Proxy从http改成PAC模式等等各种方法,都是一会儿好了一会 阅读全文
posted @ 2025-02-27 08:00 ZilongLi 阅读(51) 评论(0) 推荐(0)