summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg <Kavin@web>2013-07-09 23:48:17 +0000
committerGravatar admin <admin@branchable.com>2013-07-09 23:48:17 +0000
commit3dd2600db2af1d6eb136db342fcde3febcf46455 (patch)
tree4114072a521f07489248cc9223c8c013c32e5988
parent57f200f84160b4670d5115e12cee98ec1c4969df (diff)
Added a comment
-rw-r--r--doc/forum/Coming_from_git_world/comment_7_90623294b910ceca3dc8ebd41b50fc9b._comment38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/forum/Coming_from_git_world/comment_7_90623294b910ceca3dc8ebd41b50fc9b._comment b/doc/forum/Coming_from_git_world/comment_7_90623294b910ceca3dc8ebd41b50fc9b._comment
new file mode 100644
index 000000000..50b34fb86
--- /dev/null
+++ b/doc/forum/Coming_from_git_world/comment_7_90623294b910ceca3dc8ebd41b50fc9b._comment
@@ -0,0 +1,38 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg"
+ nickname="Kavin"
+ subject="comment 7"
+ date="2013-07-09T23:48:17Z"
+ content="""
+Thanks, So i made some progress, In the gerrit repo server, (which has git-annex installed)
+
+I ran:
+ git annex init origin,
+
+Did a clone of the repo, it had the branch git-annex, So i assumed all is working.
+
+I did a
+ git annex add
+and
+ git push
+
+Then when i try to
+ git annex copy --to origin
+
+I get error , But git-annex-shell is installed on the machine:
+
+ $ echo $PATH
+ /usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gerrit2/bin
+ $ which git-annex-shell
+ /usr/bin/git-annex-shell
+
+
+
+ Gerrit Code Review: git-annex-shell: not found
+ rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+ rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
+
+ rsync failed -- run git annex again to resume file transfer failed
+
+Any idea what i need to do to make it work ?
+"""]]