This commit is contained in:
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1 2015-10-14 21:29:15 +00:00 committed by admin
parent c15362e586
commit 3b314ce5a2

View file

@ -4,15 +4,15 @@ I'm using macbooks as clients and servers. They are all running git-annex versio
I'm currently at the step after cloning and cding into the repository on the client. When I attempt to run <code>git annex init 'Tom Macbook'</code>, I get the following error: I'm currently at the step after cloning and cding into the repository on the client. When I attempt to run <code>git annex init 'Tom Macbook'</code>, I get the following error:
<code> <code>
git annex init 'Tom Macbook' git annex init 'Tom Macbook'
init Tom Macbook init Tom Macbook
Failed to get annex.uuid configuration of repository origin Failed to get annex.uuid configuration of repository origin
Instead, got: "annex.uuid=\ncore.gcrypt-id=\n" Instead, got: "annex.uuid=\ncore.gcrypt-id=\n"
This is unexpected; please check the network transport! This is unexpected; please check the network transport!
ok ok
(recording state in git...) (recording state in git...)
</code> </code>
I'm really stumped here. Any suggestions? Thanks. Let me know if I can provide any further info. I'm really stumped here. Any suggestions? Thanks. Let me know if I can provide any further info.