On Fri, Apr 6, 2012 at 12:21 PM, Chris Smith <[email protected]> wrote: > > > On Fri, Apr 6, 2012 at 9:53 PM, Saurabh Jha <[email protected]> wrote: >> >> Hi, >> I made some changes and tried to push the commits, but it returned an >> error-- >> >> error: The requested URL returned error: 403 while accessing >> https://github.com/sympy/sympy/info/refs >> >> Please help me to fix this, so that I can fulfill my patch >> requirement. >> > > After making changes and committing them I just do `git push -f smichr foo` > where foo is the branch I want to update. The `-f` is needed to force the > update if you changed existing commits; if you only added new commits then > the -f is not needed.
The problem here is that he's trying to push to Sympy directly rather than push to his fork and send a pull request. Cheers, Tim. -- Tim Lahey PhD Candidate, Systems Design Engineering University of Waterloo http://about.me/tjlahey -- 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.
