在 mnt 文件夹内创建 Git 目录
我在 Windows 计算机上使用 VMWare (Ubuntu)。我使用 /mnt
目录在操作系统之间共享文件夹。
当我尝试使用“git init”时。通过虚拟机在 /mnt
目录中我收到一条错误消息:
分段错误
我是否可以在 /mnt
目录中创建 git 目录?
I am using VMWare (Ubuntu) on my Windows machine. I share folders between the operating systems using the /mnt
directory.
When I try to use "git init ." inside the /mnt
directory through the VM I get an error msg:
Segmentation fault
Is there anyway I can create a git directory within the /mnt
directory?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是一个已知的错误: http://blog.breadncup.com/2011/02/26/vmware-tool-patch-for-linux-kernel-2-6-3738/
我也挖掘决议。
It seems to be a known bug: http://blog.breadncup.com/2011/02/26/vmware-tool-patch-for-linux-kernel-2-6-3738/
I dig for the resolution, also.