hi,I solve this problem.
    at this time, I add a command before number 7 as follow just like
this:
            git remote add [email protected]:cherest1.git
    then it work well.
    thanks.

On 3月30日, 下午8时10分, cherest <[email protected]> wrote:
> hi Adam wiggins
>     I have finish the job like this:
>       1 ssh-keygen -t rsa
>       2 rails cherest1
>       3 cd cherest1
>           if 4.1.1 heroku create or heroku create cherest1 will
> success
>       4 git init
>       5 git add .
>       6 git commit  -m "new app"
>       7.1.1 heroku create
>               would appear "the system can't find the
> directory"(because I use chinese OS,not the orginal message)
>               Git remote heroku added (In the heroku,can't build a
> correct named folder)
>       7.1.2 heroku create cherest1
>               would appear "the system can't find the
> directory"(because I use chinese OS,not the orginal message)
>               Git remote heroku added (In the heroku,can build a
> correct named folder)
>       7 heroku push herok master
>           now wolud appear:
>                              fatal: 'heroku': unable to chidir or not
> a git archive
>                              fatal: The remote end hung up
> unexpectedly
>
> thanks,you are so warmly.
>
> On Mar 30, 6:33 pm, Adam Wiggins <[email protected]> wrote:
>
> > Try running these commands inside your app's directory first:
> > git init
> > git add .
> > git commit -m "first commit"
>
> > This is documented here:http://heroku.com/docs#toc9
>
> > Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to