Hello, On Tue, Jul 10, 2012 at 9:07 PM, Saurabh Jha <[email protected]> wrote: > > Created the file commit on the branch "kauers_algorithm". Then I tried > to push this commit with the command > > git push origin kauers_algorithm > > where origin is the address of sympy/sympy where we have to push > > origin = https://github.com/sympy/sympy/
This is not exactly the right destination. You have to push to your own repository, not the main one. I'd highly recommend following the steps described here to the letter: https://github.com/sympy/sympy/wiki/Development-workflow You shouldn't have any trouble if you follow this. If you do have trouble, though, don't hesitate to report here. Good luck! Sergiu -- 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.
