visionmedia / deploy

Minimalistic deployment shell script
1.15k stars 137 forks source link

fatal: fetch --all does not take a repository argument #2

Closed rjyo closed 13 years ago

rjyo commented 13 years ago

v0.3.1, Get the following error on both git 1.7.4.x and 1.7.5.x

$ git fetch origin --all # line 177

fatal: fetch --all does not take a repository argument
tj commented 13 years ago

my bad, that's what I get for not trying it first

rjyo commented 13 years ago

The good thing is we can change the shell by ourselves before the fix comes out. Thank you TJ.