I have packaged a extension when i try to install it form connect manager on my localhost... i am getting this error
CONNECT ERROR: The 'community' channel is not installed. Please use the MAGE shell script to install the 'community' channel.
I have read some where that The official solution to this is to run the Magento setup-command over SSH:
chmod 755 mage
./mage mage-setup
But i am confused how i use SSH on localhost on windows platform
Please Suggest whats the solution for this Magento connect error
Thanks !!