Git Symlinks in Windows

前端 未结 13 1317
执念已碎
执念已碎 2020-11-22 09:23

Our developers use a mix of Windows and Unix based OS\'s. Therefore, symlinks created on Unix machines become a problem for Windows developers. In windows (msysgit), the sym

13条回答
  •  失恋的感觉
    2020-11-22 09:46

    The most recent version of git scm (testet 2.11.1) allows to enable symbolic links. But you have to clone the repository with the symlinks again git clone -c core.symlinks=true . You need to run this command with administrator rights. It is also possible to create symlinks on Windows with mklink. Check out the wiki.

提交回复
热议问题