摘要:
想知道自己的cpu支不支持,可以用CPU-Z、AIDA64等软件,一抓一大把。或者你直接根据你的cpu型号就行了,Sandy Bridge及以后都支持,比如I5-2xxx。
阅读全文
posted @ 2023-11-01 21:00
雪域月光
阅读(451)
推荐(0)
摘要:
git commit错误 error: bad signature 0x00000000 fatal: index file corrupt 这个错误信息表明您的 git 仓库中的索引文件已损坏。修复此问题的一种方法是删除索引文件并重置它。您可以在仓库的根目录中运行以下命令: rm -f .git/
阅读全文
posted @ 2023-05-15 09:50
雪域月光
阅读(2104)
推荐(0)
摘要:
(30条消息) git pull时遇到error: cannot lock ref 'xxx': ref xxx is at (一个commitID) but expected的解决办法_绯浅yousa的博客-CSDN博客 遇到的master有问题,同样删除有效
阅读全文
posted @ 2022-08-31 00:52
雪域月光
阅读(126)
推荐(0)
posted @ 2022-06-21 14:06
雪域月光
阅读(250)
推荐(0)
摘要:
现象: 1.unable to resolve reference 'refs/remotes/gitee/20210825-add-Projet-coreScene': 2.找到远程仓库目录“项目名\refs\heads” 文件里面是Nulll乱码 3.问题的原因应该是没有先pull 第二步,第一
阅读全文
posted @ 2021-08-29 15:15
雪域月光
阅读(280)
推荐(0)
摘要:
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
雪域月光
阅读(1521)
推荐(0)
摘要:
git checkout . 参考 Git删除本地修改_weixin_30416871的博客-CSDN博客
阅读全文
posted @ 2021-08-06 11:54
雪域月光
阅读(389)
推荐(0)
摘要:
第一次 问题 1、git rm -r --cached . //需要完整复制 git add . git commit -m 'update .gitignore' 缓存清理后,忽略文件就生效了。 参考:项目添加git忽略文件无效的解决方案。_左倾135度的博客-CSDN博客 第二次问题:相同的现象
阅读全文
posted @ 2021-08-04 13:25
雪域月光
阅读(366)
推荐(0)
摘要:
第一次 、采用 update直接还原 git update-ref HEAD 3274b39b2cadfe128f047b618c8bf5a34c463a1a git操作错误Failed to resolve HEAD as a valid ref解决方案_喵″的博客-CSDN博客 第二次:出现该问
阅读全文
posted @ 2021-08-04 13:20
雪域月光
阅读(690)
推荐(0)
摘要:
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
雪域月光
阅读(1130)
推荐(0)