diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E <@web> | 2015-04-03 07:32:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-03 07:32:38 +0000 |
commit | c2e0c5ffdb12aebf3f7650c9cbd093ec7b23cda9 (patch) | |
tree | 2c47f6f385bb1876c3138fcbdc123f85cd6d3d0f | |
parent | 65f6eedf1802395a60b876d5892af9ee4cc7226f (diff) |
Added a comment: Workaround
-rw-r--r-- | doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment b/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment new file mode 100644 index 000000000..b23824234 --- /dev/null +++ b/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E" + nickname="Сергей" + subject="Workaround" + date="2015-04-03T07:32:38Z" + content=""" +As a temporary workaround windows users can create directory junction: + + MKDIR D:\Junctions + MKLINK /J D:\Junctions\R R:\ + +Then you can clone from `D:\Junctions\R\Annex.git` to any directory on drive `D:\`. Whis way repository is available and `git-annex get` works. +"""]] |