How does git handle Windows NTFS junction points?

末鹿安然 提交于 2020-05-16 03:33:04

问题


It seems that Git ignores NTFS Junction Points. Can this behavior be changed? It is probably trying to avoid them for a multitude of reasons (issues that could pop up), but a person who knows what he or she is doing can use them with caution.

Thanks to any/all answers!


回答1:


It seems that Git under Windows treats NTFS Junction Points as some sort of 'ignored entity'. It recognizes they aren't real, aren't quite a symlink, so ignores them.

I never did answer this to my satisfaction, or get an answer, thus this is the best I have (not having all the time in the world to research something so tiny).



来源:https://stackoverflow.com/questions/43640986/how-does-git-handle-windows-ntfs-junction-points

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!