会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dlbird的博客
我思我想故我在
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2023年11月1日
windows如何查看cpu是否支持aux2指令集
摘要: 想知道自己的cpu支不支持,可以用CPU-Z、AIDA64等软件,一抓一大把。或者你直接根据你的cpu型号就行了,Sandy Bridge及以后都支持,比如I5-2xxx。
阅读全文
posted @ 2023-11-01 21:00 雪域月光
阅读(239)
评论(0)
推荐(0)
编辑
2023年5月15日
git commit错误 error: bad signature 0x00000000 fatal: index file corrupt
摘要: git commit错误 error: bad signature 0x00000000 fatal: index file corrupt 这个错误信息表明您的 git 仓库中的索引文件已损坏。修复此问题的一种方法是删除索引文件并重置它。您可以在仓库的根目录中运行以下命令: rm -f .git/
阅读全文
posted @ 2023-05-15 09:50 雪域月光
阅读(1679)
评论(0)
推荐(0)
编辑
2022年8月31日
git pull时遇到error: cannot lock ref 'xxx': ref xxx is at (一个commitID) but expected的解决办法
摘要: (30条消息) git pull时遇到error: cannot lock ref 'xxx': ref xxx is at (一个commitID) but expected的解决办法_绯浅yousa的博客-CSDN博客 遇到的master有问题,同样删除有效
阅读全文
posted @ 2022-08-31 00:52 雪域月光
阅读(95)
评论(0)
推荐(0)
编辑
2022年6月21日
git tortoise commit时出错 fatal : unable to read f77cxxxxxxxxxxx
摘要:
阅读全文
posted @ 2022-06-21 14:06 雪域月光
阅读(235)
评论(0)
推荐(0)
编辑
2021年8月29日
git unable to resolve reference 'refs/remotes/gitee/20210825-add-Projet-coreScene': reference broken
摘要: 现象: 1.unable to resolve reference 'refs/remotes/gitee/20210825-add-Projet-coreScene': 2.找到远程仓库目录“项目名\refs\heads” 文件里面是Nulll乱码 3.问题的原因应该是没有先pull 第二步,第一
阅读全文
posted @ 2021-08-29 15:15 雪域月光
阅读(245)
评论(0)
推荐(0)
编辑
2021年8月28日
git如何获取远端仓库新分支
摘要: 1.git fetch:从远程获取最新版本到本地,不会自动merge git fetch orgin master //将远程仓库的master分支下载到本地当前branch中 git log -p master ..origin/master //比较本地的master分支和origin/mast
阅读全文
posted @ 2021-08-28 12:44 雪域月光
阅读(1499)
评论(0)
推荐(0)
编辑
2021年8月6日
git 清除本地修改
摘要: git checkout . 参考 Git删除本地修改_weixin_30416871的博客-CSDN博客
阅读全文
posted @ 2021-08-06 11:54 雪域月光
阅读(382)
评论(0)
推荐(0)
编辑
2021年8月4日
项目添加git忽略文件无效的处理
摘要: 第一次 问题 1、git rm -r --cached . //需要完整复制 git add . git commit -m 'update .gitignore' 缓存清理后,忽略文件就生效了。 参考:项目添加git忽略文件无效的解决方案。_左倾135度的博客-CSDN博客 第二次问题:相同的现象
阅读全文
posted @ 2021-08-04 13:25 雪域月光
阅读(265)
评论(0)
推荐(0)
编辑
git tortoise commit 出现 fatal bad revidion head
摘要: 第一次 、采用 update直接还原 git update-ref HEAD 3274b39b2cadfe128f047b618c8bf5a34c463a1a git操作错误Failed to resolve HEAD as a valid ref解决方案_喵″的博客-CSDN博客 第二次:出现该问
阅读全文
posted @ 2021-08-04 13:20 雪域月光
阅读(561)
评论(2)
推荐(0)
编辑
2019年1月20日
freeswitch 使用info显示的通道变量
摘要: 2019-01-20 11:57:30.167311 [INFO] mod_dptools.c:1743 CHANNEL_DATA:Channel-State: [CS_EXECUTE]Channel-Call-State: [RINGING]Channel-State-Number: [4]Cha
阅读全文
posted @ 2019-01-20 12:25 雪域月光
阅读(1086)
评论(0)
推荐(0)
编辑
下一页