TortoiseGit 问题“Is Files”
我很乐意接受任何建议,而不仅仅是答案。
我的 TortoiseGit 在我的 Win7 64 位机器上出现故障。
请注意,我仍然可以通过命令行使用我的 github 存储库正确工作。
问题
- 右键单击rep\commit 出现的 如下:
- 单个修改文件,名为:
Is-files
,没有扩展名,状态为冲突
(我没有这样的文件)< /里> - 单个未版本化文件名为:
git:“文件”不是 git 命令。请参阅“git --help”。您的意思是这个吗?Is-files
扩展名为。您的意思是这个吗?Is-files
且状态为Unknown
(当然我没有这样的一个文件)
- 单个修改文件,名为:
- 尝试右键单击一个rep\settings\remotes,我收到一个弹出窗口:
git: 'Files' is not a git command.请参阅“git --help”。你是这个意思吗? Is-files
带有一个确定按钮。然后单击“确定”将显示一个空的远程列表。请注意,当我在命令行中输入 git remote 时,我确实获得了遥控器列表。
我所有的存储库都有问题
我尝试
- 卸载\重新安装TortoiseGit和msysgit
- 各种TortoiseGit版本:1.6.3.0和1.6.2.0
- git gc
- git fsck
- git prune
我正在使用msysgit 1.7.3.1
I will be happy for any suggestion, not only answers.
My TortoiseGit is malfunctioning on my Win7 64bit machine.
Notice I can still work correctly from the command line with my github repositories.
The problems
- right-click rep\commit gives the followin:
- Single Modified File named:
Is-files
with no extension and with statusconflict
(I don't have such a file) - Single Not Versioned file named:
git: 'File' is not a git command. See 'git --help'. Did you mean this?Is-files
with extension.Did you mean this?Is-files
and with statusUnknown
(of course I don't have such a file)
- Single Modified File named:
- Trying to right-click a rep\settings\remotes I get a pop-up saying:
git: 'Files' is not a git command. See 'git --help'. Did you mean this? Is-files
with a single ok button. then clicking ok shows an empty remote list. notice that when I typegit remote
in the command line I do get the list of remotes.
problems are for all my repositories
Things I tried
- uninstall\reinstall both TortoiseGit and msysgit
- various TortoiseGit versions: 1.6.3.0 and 1.6.2.0
- git gc
- git fsck
- git prune
I'm using msysgit 1.7.3.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过以下过程解决了这个问题:
令人惊讶的是有效。
I solved it by the following procedure:
Surprisingly that worked.