“2025年9月”存档文章有18

v2bx 设置域名申请 SSL 证书

最近在使用 v2bx 的时候,需要自动申请证书,由于 VPS 运行的有其它网站,导致 80 端口被占用,所以只能使用 DNS 验证的方式申请 SSL 证书,启动 v2bx 的时候,出现了这个错误:time="2025-09-11T02:25:41Z" level=error msg="Run nodes failed" err="start node controller [https://a.e...

warning: in the working copy of 'document.css', LF will be replaced by CRLF the next time Git touches it

最近在使用 git 提交代码的时候,出现了这个警告:warning: in the working copy of 'document.css', LF will be replaced by CRLF the next time Git touches it翻译如下: ⚠️ 警告:在文件 document.css 的工作副本中,下次 Git 处理该文件时,LF 将被替换为 CRLF。🔍 原因...