Re: [Rails] git push not working

2013-10-22 Thread Norbert Melzer
You should not use HTTPS for push, delete that remote and add it again using ssh protocol! Am 21.10.2013 19:41 schrieb "Natmanu" : > > > Hi again, > > I'm working on http://ruby.railstutorial.org > >

Re: [Rails] git push not working

2013-10-22 Thread Norbert Melzer
I have plenty of ssh keys at github. One foe each of my PCs, one for my server, and every PC has at least 2 operating systems which have it' its own key each. They never interfered each other. Am 21.10.2013 22:27 schrieb "Natmanu" : > Hi, > > More info: > > In my .ssh directory on windows, I hav

Re: [Rails] git push not working

2013-10-22 Thread saikiran mothe
Hi Temple, Try :: git remote -v git push -f On Tue, Oct 22, 2013 at 3:56 PM, Tamara Temple wrote: > Note that this is not the Git help list. > > On Oct 21, 2013, at 3:27 PM, Natmanu wrote: > > And on my remote Git I have only one key. Can I add two SSH to github? > > You can have many many

Re: [Rails] git push not working

2013-10-22 Thread Tamara Temple
Note that this is not the Git help list. On Oct 21, 2013, at 3:27 PM, Natmanu wrote: > And on my remote Git I have only one key. Can I add two SSH to github? You can have many many ssh keys on your github account. I have for each box (real and virtual) I work on, and the various test and deploy

Re: [Rails] git push not working

2013-10-21 Thread Natmanu
Hi, More info: In my .ssh directory on windows, I have 2 SSH public keys github_rsa github_rsa.pub id_rsa id_rsa.pub And on my remote Git I have only one key. Can I add two SSH to github? or can I call git and specify which key to use for authentication??? Nat On Monday, 21 October 2013 20:

Re: [Rails] git push not working

2013-10-21 Thread Natmanu
Thanks for the replies. The problem is that I have already pushed once and it worked well. https://github.com/natmanu/first_app after this I installed heroku. I think heroku (ON WINDOWS ) also installed a git so maybe there's a conflict. but I dotn know where to start looking for conflict. C

Re: [Rails] git push not working

2013-10-21 Thread Evaldo Santos
Follow this tutorial: https://help.github.com/articles/generating-ssh-keys On Mon, Oct 21, 2013 at 2:50 PM, Jordan Miller wrote: > follow the tutorial on github first for how to create a repo and push to > it from your computer for the first time. > > jordan > > > > On Oct 21, 2013, at 1:42 PM,

Re: [Rails] git push not working

2013-10-21 Thread Jordan Miller
follow the tutorial on github first for how to create a repo and push to it from your computer for the first time. jordan On Oct 21, 2013, at 1:42 PM, Natmanu wrote: Hi again, I'm working on ht

[Rails] git push not working

2013-10-21 Thread Natmanu
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