I have install drush under windows
If i make a status :
C:\workspace\Drupal\kartel\www>drush status
C:\workspace\Drupal\www>REM See http://drupal.org/node/506448 for more information.
PHP configuration : C:\wamp\bin\php\php5.2.11\php.ini
Drupal Root : C:/workspace/Drupal/www
Drupal version : 6.15
Site Path : sites/default
Site URI : http://default
Database Driver : mysqli
Database Hostname : localhost
Database Username : root
Database Name : drupaltestkartel
Database Password :
Database : Connected
Drupal Bootstrap : Successful
Drupal User : Anonyme
C:\workspace\Drupal\www>
If i trie a download i have this error
C:\workspace\Drupal\www>drush dl cck
C:\workspace\Drupal\www>REM See http://drupal.org/node/506448 for more information.
Unable to download cck-6.x-2.6.tar.gz to [error]
C:/workspace/Drupal/www/sites/all/modules/ from
http://ftp.drupal.org/files/projects/cck-6.x-2.6.tar.gz
An error occurred at function : drush_pm_download [error]
Do you have a idee
Yto
Comments
Comment #1
greg.1.anderson commentedTry this with drush-HEAD; I'll be you find that it is working now.
Comment #2
maykbrito commentedStill get same error.
It's not worked for me! =/ (windows seven).
Comment #3
jarodms commentedI was getting the same error too. By looking at the source code, it turns out I needed wget and gzip + tar installed. (Yes, sometimes we that are forced to Windows don't have that installed...my bad. :P )
Goto http://gnuwin32.sourceforge.net/packages.html and download the packages you need. I got Wget, Gzip and Tar. There are ZIP's and Setup files...your pick. Wget and Tar had additional dependency ZIP's in case you don't use the Windows setup.
Unzip the packages and add them to your path.
Then drush dl nodewords worked for me.
Comment #4
marcushenningsen commentedGreat solution, thanks a lot.
Actually, I got errors unzipping and/or untarring after having installed the programmes. I got it fixed by installing the ZIP's instead of the binary setup files of those two programmes.
Marcus
Comment #5
sinasalek commentedThanks, that fixed my issue