summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1 <Tom@web>2015-10-14 21:27:16 +0000
committerGravatar admin <admin@branchable.com>2015-10-14 21:27:16 +0000
commitb33223942a62b644938f24823d94c26975ee10eb (patch)
treef53a2f81b5f1b581b66b4aed9ace5a8e76f6999f
parenteb4b68a8f4309817939491fb7545432e87817529 (diff)
-rw-r--r--doc/forum/error_setting_up_centralized_server_on_OSX_-_failed_to_get_annex.uuid_configuration_of_repository_origin.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/error_setting_up_centralized_server_on_OSX_-_failed_to_get_annex.uuid_configuration_of_repository_origin.mdwn b/doc/forum/error_setting_up_centralized_server_on_OSX_-_failed_to_get_annex.uuid_configuration_of_repository_origin.mdwn
new file mode 100644
index 000000000..d4b9a7edd
--- /dev/null
+++ b/doc/forum/error_setting_up_centralized_server_on_OSX_-_failed_to_get_annex.uuid_configuration_of_repository_origin.mdwn
@@ -0,0 +1,18 @@
+I'm attempting to set up a centralized git repository to use with git-annex as specified on https://git-annex.branchable.com/tips/centralized_git_repository_tutorial/on_your_own_server/
+
+I'm using macbooks as clients and servers. They are all running git-annex version 5.20150916 installed through homebrew. The server is running 10.10 Yosemite and the clients are running 10.9 Mavericks. There is a symlink on the server in /usr/bin/git-annex and /usr/bin/git-annex-shell to /usr/local/bin/git-annex and /usr/local/bin/git-annex-shell, which then symlinks to the latest version in homebrew's directories. I did this because I was previously facing an error where git-annex was not found on the server (it would not work if you ran <code>ssh tom@server git-annex</code>).
+
+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>
+git annex init 'Tom Macbook'
+init Tom Macbook
+Failed to get annex.uuid configuration of repository origin
+
+Instead, got: "annex.uuid=\ncore.gcrypt-id=\n"
+
+This is unexpected; please check the network transport!
+ok
+(recording state in git...)
+<code>
+
+I'm really stumped here. Any suggestions? Thanks. Let me know if I can provide any further info.