Hi,
I am getting below error while trying to retrieve Source from the Org
sfdx force:source:retrieve --manifest c:\Visual Studio Project\DevOrgSetup\manifest\package.xml
ERROR running force:source:retrieve: Invalid or unsupported zip format. No END header found
11:13:14.96 sfdx force:source:retrieve --manifest c:\Visual Studio Project\DevOrgSetup\manifest\package.xml ended with exit code 1
@ntotten - the manifest path contains spaces so it needs to be quoted by vscode.
I have not been able to reproduce this on windows or mac. Are you still seeing this issue @vtandon-wiley? Can you provide us with the following?
This issue has been automatically closed because there has been no response to our request for more information from the original author. Currently, there is not enough information provided for us to take action. Please reply and reopen this issue if you need additional assistance.
Most helpful comment
@ntotten - the manifest path contains spaces so it needs to be quoted by vscode.