This commit is contained in:
parent
3b314ce5a2
commit
af66e11f09
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ I'm attempting to set up a centralized git repository to use with git-annex as s
|
||||||
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 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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue