本文介绍了Git错误 - 无法取消旧的'some / file / name'(坏文件描述符)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 错误:无法尝试切换/结帐(在TortoiseGit中)到另一个分支时,出现以下错误:解除旧的'foo / bar.cfc'(坏文件描述符)

这是什么意思? / p>

解决方案

您是否在使用TortoiseGit时使用了其他任何工具?

实例中,此与Visual Studio交互:

换句话说,如果您关闭尽可能多的当前正在运行的应用程序,问题是否仍然存在?

TortoiseGit会允许您检出另一个分支吗?

When trying to switch/checkout (in TortoiseGit) to another branch, I get the following error:

error: unable to unlink old 'foo/bar.cfc' (Bad file descriptor)

What does this mean?

解决方案

Are you using any other tools while using TortoiseGit?

For instance, this project mentions an interaction with Visual Studio:

In other word, does the problem persists if you close as many currently running applications as you can?
Would TortoiseGit allow you to checkout another branch then?

这篇关于Git错误 - 无法取消旧的'some / file / name'(坏文件描述符)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 08:41