comment & close, user error
This commit is contained in:
parent
2cadff4cfe
commit
1380b26cfb
2 changed files with 17 additions and 0 deletions
|
@ -30,3 +30,7 @@ Daily Windows build 5.20141128-g70f997e
|
||||||
local repository version: 5
|
local repository version: 5
|
||||||
supported repository version: 5
|
supported repository version: 5
|
||||||
upgrade supported from repository versions: 2 3 4
|
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]]
|
||||||
|
|
|
@ -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.
|
||||||
|
:)
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue