You should push to your github repository, not sympy's github repository.

github.com/sympy/sympy.git is the master respository that everyone uses -
none of us have push access to that branch
github.com/sachin/sympy.git is your repository. You can push here

To transfer code from sachin to sympy you issue a pull request (you've
already done this). If you want to make changes to the pull request you
make changes to your repository and the pull request will be updated
automatically.

probably you want to do something like
git push github your_branch_name

If you're following the wiki page on development workflow you should check
out
https://github.com/sympy/sympy/wiki/Development-workflow#wiki-updating-your-pull-request



On Mon, Mar 19, 2012 at 7:54 AM, sachin004 <[email protected]> wrote:

> While using "git push --force" i got an error as
> fatal remote error
> you cant push to git://github.com/sympy/sympy.git
> use [email protected]:sympy/sympy.git
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/sympy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to