[git-users] Re: error when runing push

2013-10-16 Thread shlo . afgin
Thank you very much to your fast answering. If I run: git remote add origin user@gitservre:/path/to/dir/projectd.git It say fatal: remote origin already exists. Thanks. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To

Re: [git-users] Re: error when runing push

2013-10-16 Thread Martin Møller Skarbiniks Pedersen
On 16 October 2013 11:17, shlo.af...@gmail.com wrote: Thank you very much to your fast answering. If I run: git remote add origin user@gitservre:/path/to/dir/projectd.git It say fatal: remote origin already exists. Thanks. What version of git are you using ? What is the output

Re: [git-users] Re: error when runing push

2013-10-16 Thread Konstantin Khomoutov
On Wed, 16 Oct 2013 02:17:52 -0700 (PDT) shlo.af...@gmail.com wrote: If I run: git remote add origin user@gitservre:/path/to/dir/projectd.git It say fatal: remote origin already exists. Sure it does -- `git clone` created it. Did you ever may try reading a book on Git? Say this

[git-users] Re: error when runing push

2013-10-16 Thread shlo . afgin
git 1.8.4 output of 'git remote -v' origin user@gitservre:/path/to/dir/projectd.git (fetch) origin user@gitservre:/path/to/dir/projectd.git (push) I saw now that you send me another email, and I tried 'git push origin master' and it start working. Now 'git push' also work. I don't know what

Re: [git-users] Re: error when runing push

2013-10-16 Thread Martin Møller Skarbiniks Pedersen
On 16 October 2013 12:06, shlo.af...@gmail.com wrote: git 1.8.4 output of 'git remote -v' origin user@gitservre:/path/to/dir/projectd.git (fetch) origin user@gitservre:/path/to/dir/projectd.git (push) I saw now that you send me another email, and I tried 'git push origin master' and it

Re: [git-users] Re: error when runing push

2013-10-16 Thread Magnus Therning
On Wed, Oct 16, 2013 at 12:06 PM, shlo.af...@gmail.com wrote: git 1.8.4 output of 'git remote -v' origin user@gitservre:/path/to/dir/projectd.git (fetch) origin user@gitservre:/path/to/dir/projectd.git (push) I saw now that you send me another email, and I tried 'git push origin master'

Re: [git-users] Re: error when runing push

2013-10-16 Thread Konstantin Khomoutov
On Wed, 16 Oct 2013 13:16:23 +0200 Magnus Therning mag...@therning.org wrote: git 1.8.4 output of 'git remote -v' origin user@gitservre:/path/to/dir/projectd.git (fetch) origin user@gitservre:/path/to/dir/projectd.git (push) I saw now that you send me another email, and I tried 'git