I had to make the application newly, and executed the following commands.
1.curl -X DELETE -u "testuser:testpwd" -d "appname=a" http://api.nodester.com/app
2.rm -rf a
3.nodester app create a app.js nodester info Checking config.. nodester info creating app: a app.js nodester info successfully created app a to will run on port from app.js nodester info run nodester app init a to setup this app.
4.nodester app init a nodester info Checking config.. nodester info initializing git repo for a into folder a nodester info cloning the repo git clone ec2-user.com:/home/ec2-user/hosted_apps/xxxxx.git a nodester info writing app data to config nodester ERRO false
该提问来源于开源项目:nodester/nodester