summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkYmMFDdf3GJ9Oba6NCVkzGc4JyB9WavMs <Xinruo@web>2014-04-25 13:59:14 +0000
committerGravatar admin <admin@branchable.com>2014-04-25 13:59:14 +0000
commit71208b045b3bd2adadbef79669b8ffca0bd706aa (patch)
treeb38d3e806aef8e4a9ded289c3d975f6abf98921e /doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn
parente53f0bd39c5b6ef90da7d51e72867133c6475da8 (diff)
Diffstat (limited to 'doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn')
-rw-r--r--doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn b/doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn
new file mode 100644
index 000000000..4b3eda613
--- /dev/null
+++ b/doc/bugs/git-annex_fails_to_initialize_under_Windows_with_cygwin.mdwn
@@ -0,0 +1,38 @@
+### Please describe the problem.
+
+
+### What steps will reproduce the problem?
+
+$ git init
+Initialized empty Git repository in /cygdrive/c/Temp/.git/
+
+$ git-annex init
+init
+ Detected a filesystem without fifo support.
+
+ Disabling ssh connection caching.
+
+ Detected a crippled filesystem.
+
+ Disabling core.symlinks.
+
+ Enabling direct mode.
+fatal: You are on a branch yet to be born
+git-annex.exe: git [Param "checkout",Param "-q",Param "-B",Param "annex/direct/master"] failed
+
+$ git checkout -B annex/direct/master
+fatal: You are on a branch yet to be born
+
+### What version of git-annex are you using? On what operating system?
+
+Running under cygwin bash
+
+$ git --version
+git version 1.7.9
+
+$ git-annex version
+git-annex version: 5.20140421-g78d6aa1
+build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
+