I just created my first Facebook app and chose to use Heroku. I followed the instructions and downloaded the Heroku toolbelt. By the way I am doing this in php. The next step is to Log in and upload your SSH key by typing Heroku login and then my email and password...after i do, it does say Authentication succesful but unlike the example it doesn't create/ask me to create an ssh key. If I move to the next step by trying to Fetch your app's source code by typing git clone git@heroku.com:my heroku url thingy.git -o heroku...when i do this shows this: fatal: destination path 'my heroku url thingy already exists and is not an empty directory...finally i have no idea where to start begin editing my app...there was a file created on my computer (windows)...so ya thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
First go to the folder
this will delete your existing directory and files previously created |
||||
|
|
|
First of all you need to Commit using Command
then Push using
|
|||
|
|
|
Ok so I finally fixed it...the command git clone git@heroku.com:my-heroku-thingy.git -o heroku didnt work...so I changed the directory (thanks for the answer) with cd my-heroku-thingy and then did the commit then push |
|||
|
|