mos clone https://github.com/mongoose-os-apps/demo-js app1
Error: app1: Local copy in “demo-js” does not exist and fetching is not allowed
/src/cli/build/swmodule.go:262:
/src/cli/main.go:198: clone failed
exit status 1
Command completed.
Install in esp32 windows failed
scaprile
#2
if you know how to use git, then git clone
if you don’t, downgrade your version of mos to 2.18.0 (mos update 2.18.0
). Looks like the current stable has a problem cloning.
1 Like
scaprile
#5
Read my post again, the part in fixed width bold is the command to run
You can also try mos update 2.19.0
, nliviu just confirmed it also works
1 Like