Contact Us
- Post a Question (public)
- Submit a Ticket (private)
- IRC-freenode: #pagodabox
- @pagodasupport
http://help.pagodabox.com/customer/portal/articles/175481-recommended-workflow
Say:
Manage Code with Git:
Quickstart or Clone
If you launched your app using a Quickstart or Clone of an Existing Repo, simply clone the repo to your local machine.
TerminalQuickstart or Clone
# clone the repo locally
$ git clone git@git.pagodabox.com:app_name.git
---------------------------------------------------
Cloning into 'app_name'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
It appears that you need to add your public SSH key to your Pagoda account. That’s what authorizes you to push/pull from the Pagoda repo. Here’s the guide http://help.pagodabox.com/customer/portal/articles/200927#add-ssh-pagoda.