3

we are developing android app using parse CloudCode,we unable install CloudCode setup in windows7 32bit using Cygwin terminal getting error at installer.sh command linewe are new to this particular technology

Please guide us,where we are doing mistake..! We followed this video In this video its working properely & we followed these screenshots installation from here

1 Answers1

0

First, you should change the DOS EOL (the \r) of installer.sh to Unix EOL using dos2unix command or notepad++ (Edit -> EOL conversion -> Unix format). And it seems you do not have curl installed.

Thronghar
  • 457
  • 2
  • 10