随笔分类 -  杂项

摘要:Fiddler Fiddler拦截手机请求 Fiddler实现手机抓包——小白入门_fiddler手机抓包-CSDN博客 creation of the root certificate was not successful cd "d:\Program Files\Fiddler" makecer 阅读全文
posted @ 2025-04-01 09:37 jokerpoker 阅读(57) 评论(0) 推荐(0)
摘要:基本操作 http://www.yiibai.com/git/ git init git add . git commit -m 'first' git remote add origin https://github.com// git pull origin master --allow-unr 阅读全文
posted @ 2025-03-17 14:44 jokerpoker 阅读(35) 评论(0) 推荐(0)
摘要:1. 我们需要看看是否看看本机是否存在SSH keys 打开Git Bash,并运行: $cd ~/.ssh 如果能进入到.ssh文件目录下 ,则证明,之前生成过.ssh秘钥,可以直接使用里面的秘钥。 如果不能进入到.ssh目录,则需要重新生成、 2.配置 分别输入以下命令检查是否设置 git co 阅读全文
posted @ 2025-03-17 14:42 jokerpoker 阅读(38) 评论(0) 推荐(0)