Re: [Numpy-discussion] Pushing changes to numpy git repo problem

2010-12-02 Thread Pearu Peterson
Thanks! Pearu On Thu, Dec 2, 2010 at 11:08 PM, Charles R Harris wrote: > > > On Thu, Dec 2, 2010 at 1:52 PM, Pearu Peterson > wrote: >> >> Hi, >> >> I have followed Development workflow instructions in >> >>  http://docs.scipy.org/doc/numpy/dev/gitwash/ >> >> but I am having a problem with the l

Re: [Numpy-discussion] Pushing changes to numpy git repo problem

2010-12-02 Thread Charles R Harris
On Thu, Dec 2, 2010 at 1:52 PM, Pearu Peterson wrote: > Hi, > > I have followed Development workflow instructions in > > http://docs.scipy.org/doc/numpy/dev/gitwash/ > > but I am having a problem with the last step: > > $ git push upstream ticket1679:master > fatal: remote error: > You can't pus

Re: [Numpy-discussion] Pushing changes to numpy git repo problem

2010-12-02 Thread Fernando Perez
On Thu, Dec 2, 2010 at 12:52 PM, Pearu Peterson wrote: > > What I am doing wrong? > > Here's some additional info: > $ git remote -v show > origin  ...@github.com:pearu/numpy.git (fetch) > origin  ...@github.com:pearu/numpy.git (push) > upstream        git://github.com/numpy/numpy.git (fetch) > up

[Numpy-discussion] Pushing changes to numpy git repo problem

2010-12-02 Thread Pearu Peterson
Hi, I have followed Development workflow instructions in http://docs.scipy.org/doc/numpy/dev/gitwash/ but I am having a problem with the last step: $ git push upstream ticket1679:master fatal: remote error: You can't push to git://github.com/numpy/numpy.git Use g...@github.com:numpy/numpy