From b816cded814076fe86723854c3949cc24d526290 Mon Sep 17 00:00:00 2001 From: "achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8" Date: Fri, 9 Feb 2018 13:18:03 +0000 Subject: [PATCH] --- ...t_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn b/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn index fd8c732567..1999477e5d 100644 --- a/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn +++ b/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn @@ -12,8 +12,10 @@ v6.20180112 ### Please provide any additional information below. Since the aforementioned Windows update (commonly referred to as Creators Update), the mklink command can be executed without requiring elevated privileges if Developer mode is enabled. See the following two articles for some background: -- https://www.ghacks.net/2016/12/04/windows-10-creators-update-symlinks-without-elevation/ -- https://www.howtogeek.com/292914/what-is-developer-mode-in-windows-10/ + +- [Windows 10 Creators Update: Symlinks without elevation + [ghacks.net]](https://www.ghacks.net/2016/12/04/windows-10-creators-update-symlinks-without-elevation/) +- [What Is “Developer Mode” in Windows 10? [howtogeek.com]](https://www.howtogeek.com/292914/what-is-developer-mode-in-windows-10/) It would seem that git detects this and does not disable symlinks as git-annex expects it to do on Windows.