diff options
author | https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA <Daniel@web> | 2013-12-27 03:54:47 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-27 03:54:47 +0000 |
commit | a7137aef3091215cb658921e5c7cc7384f91f700 (patch) | |
tree | 9ec50828d142f22dd80979a52875563473914d24 /doc/bugs | |
parent | 4607604f3702c2e085c2890b6fa1522440b38a49 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/failure_during_ssh_key_setup___40__windows__41__.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/failure_during_ssh_key_setup___40__windows__41__.mdwn b/doc/bugs/failure_during_ssh_key_setup___40__windows__41__.mdwn new file mode 100644 index 000000000..7c45afb65 --- /dev/null +++ b/doc/bugs/failure_during_ssh_key_setup___40__windows__41__.mdwn @@ -0,0 +1,10 @@ +### Please describe the problem. +While attempting to create a remote repository, the assistant is trying to set up public key authentication, but fails when trying to delete the temporary files. Perhaps this doesn't need to be a fatal error; it could warn the user instead, or try again later. + +DeleteFile "C:\\Users\\FAMILY~1\\AppData\\Local\\Temp\\git-annex-keygen.1\\key.pub": permission denied (The process cannot access the file because it is being used by another process.) + +### What steps will reproduce the problem? +Create a remote repository + +### What version of git-annex are you using? On what operating system? +Windows 7, git-annex version 5.20131221-gf8c928d |