Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
01d857824d
7 changed files with 77 additions and 0 deletions
21
doc/bugs/GPG_can__39__t_handle_some_files.mdwn
Normal file
21
doc/bugs/GPG_can__39__t_handle_some_files.mdwn
Normal file
|
@ -0,0 +1,21 @@
|
|||
### Please describe the problem.
|
||||
|
||||
It looks like GPG is being used in text mode, or at least isn't overriding the GPG config.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
Have a binary file with long lines, and attempt to copy it into git-annex.
|
||||
|
||||
This will happen:
|
||||
|
||||
$ git-annex copy 09\ Into\ The\ Dissonance.mp3 -t rsync.net_annex
|
||||
copy 09 Into The Dissonance.mp3 (gpg) (checking rsync.net_annex...) (to rsync.net_annex...) gpg: can't handle text lines longer than 19995 characters
|
||||
failed
|
||||
git-annex: copy: 1 failed
|
||||
|
||||
A workaround is to remove "textmode" from your gpg.conf, but git-annex should force this.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
7ae625363bcb6e1fc8b3733c1d7814aca05a2368 on Ubuntu 13.04 x86_64
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://launchpad.net/~eythian"
|
||||
nickname="eythian"
|
||||
subject="comment 1"
|
||||
date="2013-09-06T23:37:10Z"
|
||||
content="""
|
||||
I also had a huge bunch of files come across corrupted, but the one that came after I made this change wasn't. This might be a sign that GPG is corrupting things on the way past.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://launchpad.net/~giomasce"
|
||||
nickname="giomasce"
|
||||
subject="comment 3"
|
||||
date="2013-09-07T15:35:48Z"
|
||||
content="""
|
||||
Apparently I wrote a wrong version number. The version actually running on the system I tested is much older. Probably I wrote the one of my own laptop instead.
|
||||
|
||||
The bug can be closed, sorry for the noise.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
|
||||
nickname="Justin"
|
||||
subject="comment 1"
|
||||
date="2013-09-06T22:57:05Z"
|
||||
content="""
|
||||
If you are using ec2 and s3 why don't you just serve the attachments directly from s3? Not sure how git-annex adds anything here.
|
||||
"""]]
|
11
doc/forum/Git_annex_on_Windows.mdwn
Normal file
11
doc/forum/Git_annex_on_Windows.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
Hi,
|
||||
I want to download some files in git and git annex in Windows OS.
|
||||
I have installed msysgit for git-scm in D:\Git directory,
|
||||
Now I download git-annex assistant for Windows, and install it
|
||||
in D:\Git\cmd directory.
|
||||
But when I run the command "git annex" in git-bash, it says it can not
|
||||
found the "git annex" command.
|
||||
My question is that, how should I use git annex in Windows to download files?
|
||||
For example, git annex get <filename>.
|
||||
Doea anyone has any idear to help me figure it out?
|
||||
Thanks in advance!
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.251.174"
|
||||
subject="comment 1"
|
||||
date="2013-09-07T17:00:03Z"
|
||||
content="""
|
||||
Are you able to run git commands? IIRC msysgit prompts when it's installed about whether you want to put it in the path or not. git-annex just piggybacks on this path setting. It is installed in the same folder as the git.exe and should work as long as that is in path.
|
||||
Otherwise, consult windows documentation to add git-annex to the path, or you can copy the git-annex.exe to somewhere else I suppose.
|
||||
|
||||
I built a clean Windows system yesterday and have just re-tested it and it does work.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0"
|
||||
nickname="Matthew"
|
||||
subject="comment 2"
|
||||
date="2013-09-07T12:26:46Z"
|
||||
content="""
|
||||
I too was totally flummoxed by this.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue