LongDirtyAnimAlf / Reiniero-fpcup

fpcup (and fpclazup) are installers for FPC (and Lazarus).
54 stars 11 forks source link

Git error "Too many arguments" using fpclazup --lazRevision #53

Closed salvadorbs closed 1 year ago

salvadorbs commented 1 year ago

I'm trying using fpclazup to get FPC (release_3_2_2) & Lazarus with a specific revision, but git returns a fatal error.

fpclazup-x86_64-win64.exe --installdir="E:\testfpc\laz\" --fpcURL="gitlab" --fpcBranch="release_3_2_2" --lazURL="gitlab" --lazRevision="a4af12ebaf9df28ef4cd6e40f08f035f4f5ac650" --only=docker --noconfirm --verbose

2022-11-18T11:17:34.9571002Z fpclazup: Executing: C:\Program Files\Git\mingw64\bin\git.exe clone --recurse-submodules a4af12ebaf9df28ef4cd6e40f08f035f4f5ac650 https://gitlab.com/freepascal.org/lazarus/lazarus/ D:\a\Asuite\Asuite\fpcLaz\lazarus (working dir: D:\a\Asuite\Asuite\fpcLaz\lazarus) 2022-11-18T11:17:35.0196071Z fatal: Too many arguments.

Logs

LongDirtyAnimAlf commented 1 year ago

Please test. https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/tag/v2.2.0nf

salvadorbs commented 1 year ago

Thank you so much! It works!