1
wohenyingyu01 OP 打开隐藏文件真是连渣渣都搜不到!!!
|
2
ooxxcc 2015-03-30 10:04:37 +08:00
你先问一圈实验室的人再说。。。。
750m下了一周……你找个代理吧 |
3
ooxxcc 2015-03-30 10:04:46 +08:00
实验室->办公室
|
4
chenchenww 2015-03-30 10:04:53 +08:00
确定是在做梦
|
5
wohenyingyu01 OP 而且从terminal历史消息来看我没有执行过任何删除命令!!
233 git clone http://git.linphone.org/linphone-iphone.git GitProjects/Linphone --depth=1 --recursive 234 git clone http://git.linphone.org/linphone-android.git --depth=1 --recursive 235 git clone http://git.linphone.org/linphone-android.git GitProjects/Linphone --depth=1 --recursive 236 git clone https://git.linphone.org/linphone-android.git GitProjects/Linphone --depth=1 --recursive 237 git clone git://git.linphone.org/linphone-android.git GitProjects/Linphone --depth=1 --recursive 238 git status 239 cd GitProjects 240 git status 241 cd Linphone 242 git status 243 git log 244 git log --pretty=short 245 git status 246 ls 247 cd GitProject |
6
wohenyingyu01 OP @ooxxcc 这是我个人电脑,下了一周的原因是一直断一直断,我最后也是用代理的
|
7
ooxxcc 2015-03-30 10:06:36 +08:00
@wohenyingyu01 可以考虑境外服务器下载完打包传到本地
|
8
wohenyingyu01 OP @chenchenww 真心不能吧,terminal历史记录里面还有我下载的指令啊啊啊啊,也没有删除指令,回收站也没有!!!难道mac有直接删除的快捷键???
|
9
wzxjohn 2015-03-30 10:08:11 +08:00 via iPhone
你不要告訴我你是下載到 tmp 里的ˊ_>ˋ
|
10
wohenyingyu01 OP @ooxxcc 我已经是转到Github上再下载了,不过可能最近被攻击了不稳定
|
11
wohenyingyu01 OP @wzxjohn 你看我terminal指令的历史纪录,没错啊
|
12
ooxxcc 2015-03-30 10:09:45 +08:00
|
13
ooxxcc 2015-03-30 10:11:05 +08:00
解压->打包
|
14
wohenyingyu01 OP @ooxxcc 回收站全是几十个同名文件,一周前以前下载一半断了的全在,就算我不小心删除到回收站,也不可能这么准就清空那个最新的吧?这得多不小心?
|
15
wzxjohn 2015-03-30 10:16:01 +08:00 via iPhone
@wohenyingyu01 这个指令记录只能说明你没用命令行删,不能说明你没下载到临时目录之类的。。。
|
16
wohenyingyu01 OP @wzxjohn 但是我指令里指定的目录是GitProjects/Linphone啊,GitProjects这个还在,但是Linphone这个文件夹就整个消失了!!!
|
17
viator42 2015-03-30 10:23:31 +08:00
我也碰到过这种事,整个项目目录被清空了,文件没了但目录结构还在,比你这还离奇,用文件恢复都找不到,那次除了用git还开了filezilla,感觉可能是这俩程序有bug.所以说重要数据还是得做好备份,还得多个备份,我现在项目都是time machine+git server+网盘多重保险.
|
18
wohenyingyu01 OP @viator42 文件恢复软件求推荐
|
19
wzxjohn 2015-03-30 11:04:16 +08:00 via iPhone
@wohenyingyu01 这有点诡异了。。。
|
20
ETiV 2015-03-30 11:38:38 +08:00 via iPhone
看看是什么硬盘?
苹果自己的话就去他们论坛上发帖吧…… |
21
popbones 2015-03-30 11:57:52 +08:00 via iPhone
建议先验证和修复一下磁盘,,然后在到Lost+Found里找找。我以前也遇到过极端情况下文件消失的情况,感觉就是文件写入缓存了,然后之后文件系统损坏了之类的。楼主不会用的是fusion drive吧?
|
22
wclebb 2015-03-30 18:45:01 +08:00
这个我遇到过,不过不是 Git,是 GitBook,我写了几万字,不过每次都要更新版本很麻烦所以干脆等到1.0.0版本就上传。
结果后来不知道怎么回事,新建章节之后出错,然后?…… 没然后了…… 重写…… |
23
wohenyingyu01 OP |
24
wzxjohn 2015-03-31 09:59:37 +08:00
@wohenyingyu01 卧槽。。。还能自己减少。。。 clone 当然只会在你输入进去的时候有用。。。你仔细检查检查系统是不是有什么定时删除脚本之类的。。。顺便一问,你没装什么杀毒软件之类的吧。。。
|
25
wohenyingyu01 OP @wzxjohn 没有任何杀毒软件啊,而且它隔壁的git文件都好好的!还好哥复制了3份,我又重新覆盖了一下,然后git status发现各种文件不一样,如下图
Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules) modified: submodules/linphone (modified content) modified: submodules/mswebrtc (modified content, untracked content) modified: submodules/msx264 (untracked content) no changes added to commit (use "git add" and/or "git commit -a") |
26
wzxjohn 2015-03-31 12:52:32 +08:00
@wohenyingyu01 你这是有什么程序在后台改你的代码吧。。。
|
27
iwege 2015-03-31 16:33:06 +08:00
有人ssh到你上面帮你删了?
|
28
wohenyingyu01 OP @wzxjohn 怎么可能= =
|
29
wzxjohn 2015-03-31 19:34:10 +08:00 via iPhone
@wohenyingyu01 除此之外别无可能。。。克隆下来之后直接断网,然后看看有没有什么可疑进程。。。
|
30
wohenyingyu01 OP @wzxjohn 发现一点,克隆之后回收站会多出东西来,点击清空回收站会跳出错误提示,说文件还在被使用
回收站的文件也能正在使用吗?= = |
31
wzxjohn 2015-03-31 22:21:42 +08:00 via iPhone
@wohenyingyu01 回收站的当然还能正在使用ˊ_>ˋ
|
32
wohenyingyu01 OP @wzxjohn 不能吧?那删和不删有啥区别吗
|
33
popbones 2015-04-01 15:45:38 +08:00
我记得lost+found(如果有的话)会在系统根目录,但是真正出现OS X dump文件lost+found的几率挺低的,我遇到过一次。还有重启以后看看回收站里面有没有recovered files
|
34
popbones 2015-04-01 15:54:04 +08:00
然后建议你到Console log里面找找有没有线索
|
35
popbones 2015-04-01 15:55:02 +08:00
如果没有其它程序捣鬼的话,我是怀疑硬盘或文件系统有问题,比如硬盘缓存写不进硬盘之类的。
|