comment & close, user error

This commit is contained in:
Joey Hess 2014-12-01 17:53:36 -04:00
parent 2cadff4cfe
commit 1380b26cfb
2 changed files with 17 additions and 0 deletions

View file

@ -30,3 +30,7 @@ Daily Windows build 5.20141128-g70f997e
local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 2 3 4
> Seems the man page was mis-read, or possibly I've fixed it,
> since it certianly says you need to specify "-- git cmd", not
> just "-- cmd". [[done]] --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2014-12-01T21:51:40Z"
content="""
If you want to run "git pull" using the proxy, you need to use:
git annex proxy -- git pull
Like it says on the man page. Instead you told it to run a command named
"pull", which would work if you had a program by that name, but you don't.
:)
"""]]