summaryrefslogtreecommitdiff
path: root/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment')
-rw-r--r--doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment
new file mode 100644
index 000000000..b23824234
--- /dev/null
+++ b/doc/bugs/Windows__58___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.
+"""]]