From 2f391169874e6c3b84b55995417595d346f6decb Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw" Date: Sat, 15 Jun 2013 20:14:33 +0000 Subject: --- doc/forum/Windows_usage_instructions.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/forum/Windows_usage_instructions.mdwn diff --git a/doc/forum/Windows_usage_instructions.mdwn b/doc/forum/Windows_usage_instructions.mdwn new file mode 100644 index 000000000..0b7b94625 --- /dev/null +++ b/doc/forum/Windows_usage_instructions.mdwn @@ -0,0 +1,25 @@ +Having a spot of bother in setting up for windows usage. + +I'm attempting to have a windows box syncing to a server (over ssh) and a linux box also syncing against that* + +So, on each machine I do + + git init + git annex init + + +On the windows and linux desktops I then do a + + git remote add server serverdetails. + +Now the problem is that if I don't add files to the repos on the machines, they won't sync as there is no branch checked out; and if I do then the first one is fine but the second will fail as it doesn't allow fast-forwards. What am I doing wrong? I've tried making the server repo bare / not bare. + +I'm using the latest nightly windows build, and a build from git from today (29d5bb94b4512cfe3072c9ff840cb0ce9f2af744) + + + + + + + +*Actually I'm trying to do something a little more complex than that, but this is the simplest version I can come up with. -- cgit v1.2.3