summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar fusionx86@2cab672ef75a8502e153ceb90177dde38985dba9 <fusionx86@web>2015-07-20 20:14:07 +0000
committerGravatar admin <admin@branchable.com>2015-07-20 20:14:07 +0000
commit971436f3ee4d0a529df9d6514d7555b4b22ad198 (patch)
tree63451b86fed43ce2e07a1f87c52d3acd778e9b7b
parent71b965fb98cc58c0c59285267c9dee05de5ab605 (diff)
Added a comment
-rw-r--r--doc/forum/Windows_-_You_don__39__t_have_access/comment_4_aa28602eb0b7fa7103eaf90dc1d5cf8f._comment54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/forum/Windows_-_You_don__39__t_have_access/comment_4_aa28602eb0b7fa7103eaf90dc1d5cf8f._comment b/doc/forum/Windows_-_You_don__39__t_have_access/comment_4_aa28602eb0b7fa7103eaf90dc1d5cf8f._comment
new file mode 100644
index 000000000..89778431c
--- /dev/null
+++ b/doc/forum/Windows_-_You_don__39__t_have_access/comment_4_aa28602eb0b7fa7103eaf90dc1d5cf8f._comment
@@ -0,0 +1,54 @@
+[[!comment format=mdwn
+ username="fusionx86@2cab672ef75a8502e153ceb90177dde38985dba9"
+ nickname="fusionx86"
+ subject="comment 4"
+ date="2015-07-20T20:14:07Z"
+ content="""
+The bug you linked does look like the same thing I'm seeing. I decided to install cygwin on the same server to see if it made a difference. It started adding files this time and I thought I had a solution, but then it threw the same error about access.
+----
+$ git annex sync --verbose
+
+ Detected a filesystem without fifo support.
+
+ Disabling ssh connection caching.
+
+ Detected a crippled filesystem.
+(merging origin/git-annex into git-annex...)
+(recording state in git...)
+
+ Enabling direct mode.
+commit (recording state in git...)
+add Bin/FastMM_FullDebugMode.dll ok
+add Bin/Res/bar_blank.gif ok
+add Bin/Res/bar_blank_gray.gif ok
+add Bin/Res/bar_gray.gif ok
+add Bin/Res/bar_left.gif ok
+add Bin/Res/bar_middle.gif ok
+add Bin/Res/bar_right.gif ok
+add Bin/Res/btn_back_0.gif ok
+add Bin/Res/btn_back_1.gif ok
+add Bin/Res/btn_back_2.gif ok
+add Bin/Res/btn_back_3.gif ok
+...
+(recording state in git...)
+ok
+pull origin git-annex.exe: unknown command git@gitlab.company.com
+
+Usage: git-annex command [option ...]
+...
+fatal: Could not read from remote repository.
+
+Please make sure you have the correct access rights
+and the repository exists.
+
+ Pushing to origin failed.
+
+ (non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config)
+failed
+(recording state in git...)
+git-annex.exe: sync: 2 failed
+----
+
+So it seemed to get a little further, but still fails. The key $HOME/.ssh/id_rsa has full access to the repo and I'm able to push/pull with git just fine. Not sure what else to try for annex sync.
+
+"""]]