diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-14 13:52:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-14 14:03:24 -0400 |
commit | 8eb17f6f31a311a998e92efaf3993c4aee8fcc91 (patch) | |
tree | ace4924aca0902ac67a774e339da5742cf0036d3 /doc/todo | |
parent | 2fa414765cfeef4fbea11a12b2333684afe4873c (diff) |
windows: hack to ensure HOME is always set
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/windows_support.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 520588e59..6b2177caa 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -38,8 +38,11 @@ now! --[[Joey]] Should try to get rid of the console, but only once ssh passwords (and possibly gpg) are not prompted there anymore. * Local pairing seems to fail, after acking on Linux box, it stalls. -* rsync.net setup failed. Seems to have generated a hostname including - the directory somehow. +* rsync.net setup failed. Ssh seems to not be looking for the config file + where git-annex puts it. Probably confusion over where the home directory + is. +* remote ssh server fails; password prompt appears but user input + seems not connected to it. * gcrypt is not ported to windows (and as a shell script, may need to be rewritten) * webapp lets user choose to encrypt repo, and generate gpg key, |