01 2025 档案

摘要:远程分支xxx,临时分支tmp_xxx git checkout -b tmp_xxx #创建并进入临时分支 git pull origin xxx #更新本地code git add . git commit -m "test pr" git push --set-upstream origin 阅读全文
posted @ 2025-01-24 16:38 腹肌猿 阅读(11) 评论(0) 推荐(0) 编辑
摘要:diango python manage.py报错 TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a peri 阅读全文
posted @ 2025-01-10 22:48 腹肌猿 阅读(18) 评论(0) 推荐(0) 编辑
摘要:windows和linux django版本 4.1.7 左linux,右windows 对比发现,windows的源码里多了storage folder,取消storage 后不再报错 阅读全文
posted @ 2025-01-10 22:27 腹肌猿 阅读(43) 评论(0) 推荐(0) 编辑
摘要:error Error: self signed certificate in certificate chain 解决方法:yarn config set "strict-ssl" false -g error Error: https://registry.npmmirror.com/lazys 阅读全文
posted @ 2025-01-10 10:12 腹肌猿 阅读(9) 评论(0) 推荐(0) 编辑
摘要:git clone报错 解决方案: git 添加代理 git config --global http.proxy 'http://xxx:xxx' git config --global https.proxy 'https://xxx:xxx' 阅读全文
posted @ 2025-01-09 19:54 腹肌猿 阅读(14) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示