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. -- 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.
