On 16 October 2013 11:17, <[email protected]> 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 of: git remote -v Maybe upgrade your git client ? In version 1.8.3 you don't need to specific the remote after a clone from a bare repo. Regards Martin -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
