
报错处理
zjgwxh
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BIOS打开vt-x服务
开机后按delete键,进入BIOS模式,进bios——config——cpu——intel Virtualization technology 这里进行开启即可2016-04-28 15:39:47 · 2731 阅读 · 1 评论 -
Error pulling origin: error: Your local changes to the following files would be
git在pull时,出现这种错误的时候,可能很多人进进行stash,相关stash的请看:Error pulling origin: error: Your local changes to the following files would be overwritten by merge 但是发现stash后还是会出现:Error pulling origin: error: The fol...原创 2016-03-04 09:12:57 · 228 阅读 · 0 评论 -
windows 操作系统下git报filename too long 处理方法
edit file : YourRepoFolder -> .git -> config [core] repositoryformatversion = 0 filemode = false ... longpaths = true <-- (add this line under core section)原创 2016-03-04 09:13:45 · 579 阅读 · 0 评论 -
Error watchman took too long to load #239
Error watchman took too long to load #239 You can find this file in your project_dir/node_modules/react-native/packager/react-packager/src/FileWatcher/index.js原创 2016-03-04 09:15:19 · 133 阅读 · 0 评论