我仍然可以通过对RoR的一些导游去。我在这里停留部署演示程序
我也跟着指示:
随着微柱资源的完成,现在是推动资源库达GitHub上的好时机:
$ git add . $ git commit -a -m "Done with the demo app" $ git push
发生了什么事错在这里为推动部..它输出这样的:
$ git push
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add <name> <url>
git push <name>
所以,我想下面做这个命令的说明:
$ git remote add demo_app 'www.github.com/levelone/demo_app'
fatal: remote demo_app already exists.
所以,我推:
$ git push demo_app
fatal: 'www.github.com/levelone/demo_app' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
我能做些什么吗? 任何帮助将非常感激。