search for: git_push

Displaying 1 result from an estimated 1 matches for "git_push".

Did you mean: gen_push
2013 Oct 21
8
git push not working
<https://lh4.googleusercontent.com/-IA0TutFw54A/UmVnJwi7CHI/AAAAAAAAAzg/fEZFf_kHsug/s1600/git.gif> Hi again, I''m working on http://ruby.railstutorial.org section http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-git_push I''m trying to push the repository to the remote site but what ever I fials. I''ve updated, removed the s of the https etc but still can not push. using command when I use command: $ git remote add origin https://github.com/natmanu/demo_app.git$ git push -u origin master it th...