diff options
author | https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA <Daniel@web> | 2013-12-31 06:23:55 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-31 06:23:55 +0000 |
commit | aa75ad1560bba1462947bdb2fa58a297d0c368f0 (patch) | |
tree | 4eb6d873dd451f39f419e925a9b15fdcd701cede | |
parent | b41a441ef1760399842346d0f4969e173437c090 (diff) |
-rw-r--r-- | doc/bugs/assistant_using_the_incorrect_path_on_windows__63__.mdwn | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/bugs/assistant_using_the_incorrect_path_on_windows__63__.mdwn b/doc/bugs/assistant_using_the_incorrect_path_on_windows__63__.mdwn new file mode 100644 index 000000000..387ba7416 --- /dev/null +++ b/doc/bugs/assistant_using_the_incorrect_path_on_windows__63__.mdwn @@ -0,0 +1,42 @@ +### Please describe the problem. +The assistant (or rather the programs it's running) appears to be using unix-style paths instead of cygwin paths, causing several types of errors. A selection of items from the terminal: + +[[!format sh """ +Launching web browser on file://C:\Users\Familyroom\annex\.git\annex\webapp.html +[2013-12-31 01:14:05 Eastern Standard Time] read: ssh-keygen ["-F","celebdil.db4 +8x.net"] +ssh-keygen: /home/Familyroom/.ssh/known_hosts: No such file or directory +[2013-12-31 01:14:05 Eastern Standard Time] read: ssh ["-oNumberOfPasswordPrompt +s=0","-oStrictHostKeyChecking=no","-n","-p","22","rlbrooks@celebdil.db48x.net"," +sh -c 'echo git-annex-probe loggedin;if which git-annex-shell; then echo git-ann +ex-probe git-annex-shell; fi;if which git; then echo git-annex-probe git; fi;if +which rsync; then echo git-annex-probe rsync; fi;if which ~/.ssh/git-annex-shell +; then echo git-annex-probe ~/.ssh/git-annex-shell; fi;cd '\"'\"'annex'\"'\"' && + git config --list'"] +[2013-12-31 01:14:08 Eastern Standard Time] read: ssh-keygen ["-F","celebdil.db4 +8x.net"] +ssh-keygen: /home/Familyroom/.ssh/known_hosts: No such file or directory +[2013-12-31 01:14:08 Eastern Standard Time] read: ssh ["-oStrictHostKeyChecking= +no","-n","-p","22","rlbrooks@celebdil.db48x.net","sh -c 'echo git-annex-probe lo +ggedin;if which git-annex-shell; then echo git-annex-probe git-annex-shell; fi;i +f which git; then echo git-annex-probe git; fi;if which rsync; then echo git-ann +ex-probe rsync; fi;if which ~/.ssh/git-annex-shell; then echo git-annex-probe ~/ +.ssh/git-annex-shell; fi;cd '\"'\"'annex'\"'\"' && git config --list'"] +rlbrooks@celebdil.db48x.net's password: +[2013-12-31 01:15:03 Eastern Standard Time] read: gpg ["--quiet","--trust-model" +,"always","--with-colons","--list-secret-keys","--fixed-list-mode"] +gpg: WARNING: using insecure memory! +gpg: please see http://www.gnupg.org/documentation/faqs.html for more informatio +n +gpg: fatal: can't create directory `/home/Familyroom/.gnupg': No such file or di +rectory +secmem usage: 0/0 bytes in 0/0 blocks of pool 0/65536 +"""]] + +Naturally, I don't have a /home/Familyroom, although I do have a /c/Users/Familyroom. + +### What steps will reproduce the problem? +Start creating a remote repository. + +### What version of git-annex are you using? On what operating system? +Windows 7, git-annex version 5.20131230-g192d991 |