diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM <Bruno@web> | 2013-12-18 15:27:35 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-18 15:27:35 +0000 |
commit | 745e8093b2cd7ad0441c60eedb3237f5a02c8945 (patch) | |
tree | 654f7bcc17124eda6731753fb027a940ff38a46a /doc | |
parent | 58a66eb6f60c894c94df8b0ca3ed8ed3b791d02e (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn b/doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn new file mode 100644 index 000000000..fd9bce087 --- /dev/null +++ b/doc/bugs/__39__Internal_Server_Error__39___when_creating_repo_on_other_drive_than_C:_on_Windows.mdwn @@ -0,0 +1,24 @@ +### Please describe the problem. +When I try to create an annex on my `D:\` drive I get the following error: + +[[!format sh """ +Internal Server Error +git [Param "config",Param "annex.uuid",Param "d2277948-4689-41d8-bd55-15c634f38cee"] failed +"""]] + +[screen capture](http://imgur.com/w7uPLDp) + + +### What steps will reproduce the problem? +* run `git annex webapp` +* create annex on `d:\annex` + +### What version of git-annex are you using? On what operating system? + + +### Please provide any additional information below. +[[!format sh """ +Launching web browser on file://C:\Users\bbigras\AppData\Local\Temp\webapp9400.html +fatal: Not a git repository: '/annex/.git' +error: could not lock config file /annex/.git/config: No such file or directory +"""]] |