随笔分类 - 工具
摘要:重置本地/拉取更新 git fetch --all git reset --hard origin/master git pull 迁移远程库 // 主分支上,关联远程仓库为空时 步骤1-删除现有远程关联:git remote rm origin 步骤2-关联新的远程仓库:git remote ad
阅读全文
摘要:第一步 + 欺骗微信开发者工具,让对应域名解析到本地主机ip(127.0.0.1) + 打开 c:\windows\system32\drivers\etc ,找到host文件 + 打开host文件,底部添加 127.0.0.1 对应域名 第二步 + 用到微信jsApi时,微信开发者工具不认带端口的
阅读全文
摘要:基本配置 问题一 + 解决creation of the root certificate was not successful报错 问题二 + 解决unable to configure windows to trust Fiddler Root certificate 问题三 + 网页提示htt
阅读全文