-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is zip command inbuilt in windows? #1
Comments
Hi Vimal, It's a batch file, so you can't run it under Git Bash. You need to run it The script assumes the "zip" program provided by MSysGit is in the current Best of luck, André On Fri, May 8, 2015 at 8:07 PM, vksvgithub [email protected] wrote:
|
Thank you Andre. But I could not find the zip program to be part of the MSysGit install on my Windows 7 machine (1.8.3.msysgit.0). The contents of my C:\Program Files (x86)\Git\Bin is below antiword.exe Thanks, Date: Fri, 8 May 2015 21:01:10 -0700 Hi Vimal, It's a batch file, so you can't run it under Git Bash. You need to run it from a normal command prompt. The script assumes the "zip" program provided by MSysGit is in the current path. You probably need to add MSysGit's bin folder to your path to make it work. Best of luck, André On Fri, May 8, 2015 at 8:07 PM, vksvgithub [email protected] wrote:
— |
Hi! To be honest, I haven't used this program in a long time. I changed my PC Sorry for the confusion! Best of luck, André On Tue, May 12, 2015 at 4:23 PM, vksvgithub [email protected]
|
Old thread, but in case someone else finds this issue while searching for the same problem: my solution was to install Gow. It comes with the After installation, the binaries from Gow are added to the system bin path automatically and should be accessible also from MSysGit (after restarting the shell). |
Hi Andre,
I need to archive a git repo with submodules and I found your script which is supposed to work on windows. How do I execute the script? I mean, where should the script (git-archive-all.bat) be executed? From Windows Command Prompt or Git Bash on Windows? The first complains that zip cannot be found. The latter complains about syntax error. I am currently using Windows 7. Please let me know the environment on which this script needs to be run.
Thanks,
Vimal.
The text was updated successfully, but these errors were encountered: