0

I got a local app. The push to my host cloudcontrol.com doesn´t work. The terminal says that I have to pull and push it again. But the commands were not recognized and errors are thrown. My approach:

1) I used to git init my repository, then git add * everything, git commit -m "first commit", then cctrlapp appname pushand cctrlapp appname deploy Note: cctrlapp is a shortcut for the service at cloudcontrol.com which uses git internally. That first deployment went great, the site was shown on the server.

2) On my local system I deleted the index.html manually and added some files in the folders. Furthermore I changed the folder structure. 3) I tried to deploy the changes with the same comands as shown in 1). After doing the command cctrlapp appname push it fails with the errors: errors in terminal

I hope you have an idea how to fix it :) Thanks

Karl
  • 410
  • 11
  • 25
  • Try a `git pull`, i.e. not using your `cctrlapp` tool. – poke Oct 29 '13 at 12:10
  • `git pull appname` says that appname not appears to be a git repository :( – Karl Oct 29 '13 at 12:33
  • Not `git pull appname` but just `git pull`. If that does not work, please see if `git remote -v` shows any remotes. – poke Oct 29 '13 at 14:56
  • You either have to setup the remote by hand or use git pull ssh://APPNAME@cloudcontrolled.com/repository.git – pst Oct 31 '13 at 08:54

0 Answers0