esrlabs / git-repo

repo - The multiple repository tool (also works on MS Windows!)
https://code.google.com/p/git-repo/
Apache License 2.0
436 stars 145 forks source link

repo is trying to use a weird command #83

Closed MaximilianGaedig closed 3 years ago

MaximilianGaedig commented 4 years ago

Microsoft Windows [Version 10.0.19041.153] (c) 2020 Microsoft Corporation. All rights reserved.

C:\Users\maxim>repo

C:\Users\maxim>■ '■' is not recognized as an internal or external command, operable program or batch file.

C:\Users\maxim>repo

C:\Users\maxim>■ '■' is not recognized as an internal or external command, operable program or batch file.

C:\Users\maxim>repo

C:\Users\maxim>■ '■' is not recognized as an internal or external command, operable program or batch file.

C:\Users\maxim>repo.cmd

C:\Users\maxim>■ '■' is not recognized as an internal or external command, operable program or batch file.

C:\Users\maxim>

szymor commented 3 years ago

I have the same issue. Is there any update on that?

BTW, commands for Windows Powershell seem not to be valid - curl under Powershell is an alias for Invoke-WebRequest which does not return downloaded data but some metadata. This output needs to be further processed by "Select-Object -ExpandProperty Content" to get the downloaded scripts.