I tried that too. But didn't work.

Regards,
Sourav

On Mon, Feb 15, 2016 at 12:27 PM, Deron Eriksson <deroneriks...@gmail.com>
wrote:

> Hi Sourav,
>
> Actually, looking at the error message again, perhaps the issue was that
> you need to use your github username for authentication (sourav-mazumder)
> rather than the email address.
>
> Thank you for filing the JIRA.
>
> Deron
>
>
> On Mon, Feb 15, 2016 at 12:16 PM, Deron Eriksson <deroneriks...@gmail.com>
> wrote:
>
> > Hi Sourav,
> >
> > I see Luciano just offered to handle it if you create a JIRA with the
> > notebook attached. Thank you Luciano.
> >
> > In case you want to do pull requests in the future, there are a couple
> > things you might want to check.
> >
> > 1) If you try "git remote -v", the remote repos should be similar to the
> > following:
> >
> > $ git remote -v
> > origin https://github.com/sourav-mazumder/incubator-systemml.git (fetch)
> > origin https://github.com/sourav-mazumder/incubator-systemml.git (push)
> > upstream https://github.com/apache/incubator-systemml.git (fetch)
> > upstream https://github.com/apache/incubator-systemml.git (push)
> >
> > (Once you push the commits on your local branch to the 'origin' repo, you
> > can then do a pull request asking to add the updates on that branch in
> your
> > 'origin' repo to the master branch of the main project.)
> >
> > 2) If those remote settings (git remote -v) are correct, you can also
> > check and make sure that the git email address you are using locally is
> the
> > present in your GitHub account (at https://github.com/settings/emails).
> >
> > Deron
> >
> >
> > On Mon, Feb 15, 2016 at 11:54 AM, Sourav Mazumder <
> > sourav.mazumde...@gmail.com> wrote:
> >
> >> Hi Deron,
> >>
> >> I tried following your instruction. But while pushing my changes back
> I'm
> >> getting the error saying
> >>
> >> git push --set-upstream origin systemml-zeppelin-spark-example
> >> Username for 'https://github.com': sourav.mazumde...@gmail.com
> >> Password for 'https://sourav.mazumde...@gmail.com@github.com
> >> remote: Permission to apache/incubator-systemml.git denied to
> >> sourav-mazumder.
> >>
> >> Alternatively if someone can create a folder for my notebook
> ("2BCHR4T1Q")
> >> under
> >> incubator-systemml <
> https://github.com/sourav-mazumder/incubator-systemml
> >> >/
> >> samples
> >> <
> >>
> https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples
> >> >/
> >> zeppelin-notebooks
> >> <
> >>
> https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples/zeppelin-notebooks
> >> >*
> >> then I can add a file under that folder without the need of pushing the
> >> branch back. Right now main problem in this approach is that I'm not
> able
> >> to create a new folder under *
> >> incubator-systemml <
> https://github.com/sourav-mazumder/incubator-systemml
> >> >/
> >> samples
> >> <
> >>
> https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples
> >> >/
> >> zeppelin-notebooks
> >> <
> >>
> https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples/zeppelin-notebooks
> >> >
> >> /.
> >>
> >>
> >> Regards,
> >> Sourav
> >>
> >> On Fri, Feb 12, 2016 at 10:19 AM, Deron Eriksson <
> deroneriks...@gmail.com
> >> >
> >> wrote:
> >>
> >> > Hi Sourav,
> >> >
> >> > I recently created a "Contributing to SystemML" document that
> describes
> >> > working with Git (
> >> >
> >> >
> >>
> http://apache.github.io/incubator-systemml/contributing-to-systemml.html#systemml-on-github
> >> > ).
> >> > The workflow described in the document may help you out.
> >> >
> >> > Also, in case it helps, I found the open-source Pro Git book to be
> very
> >> > useful when I started working with Git (https://progit.org/).
> >> >
> >> > Luciano recently created a samples/zeppelin-notebooks directory, so
> >> that is
> >> > the place to put your example notebook.
> >> >
> >> > By the way, thank you for your great feedback with regards to
> SystemML!
> >> It
> >> > was detailed and excellent.
> >> >
> >> > Deron
> >> >
> >> >
> >> >
> >> > On Fri, Feb 12, 2016 at 10:07 AM, Luciano Resende <
> luckbr1...@gmail.com
> >> >
> >> > wrote:
> >> >
> >> > > You need to git add the folder you are trying to submit as a PR
> >> > > Something like the steps below
> >> > >
> >> > > cd samples/zeppelin-notebooks
> >> > > mkdir foo
> >> > > cp foo.json foo
> >> > > git add foo  -> this will add the folder and it's contents
> >> > > git commit -a -m"Some message"
> >> > > git push origin branch-name
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On Fri, Feb 12, 2016 at 9:27 AM, Sourav Mazumder <
> >> > > sourav.mazumde...@gmail.com> wrote:
> >> > >
> >> > > > Hi Deron,
> >> > > >
> >> > > > I created a Pull request (#69) for the same.
> >> > > >
> >> > > > But I'm little lost how do I add a new folder and within that the
> >> json
> >> > > file
> >> > > > for the notebook I want to upload. I tried creating a new folder
> >> under
> >> > > > incubator-systemml <https://github.com/apache/incubator-systemml
> >> > > >/samples
> >> > > > <https://github.com/apache/incubator-systemml/tree/master/samples
> >/
> >> > > > *zeppelin-notebooks*/ in my branch but was not able to.
> >> > > >
> >> > > > When I tried the url you provided I found that it lands to a
> >> discussion
> >> > > > thread..
> >> > > >
> >> > > > I'm little new to github. Please bear with my ignorance.
> >> > > >
> >> > > > Regards,
> >> > > > Sourav
> >> > > >
> >> > > > On Sat, Feb 6, 2016 at 11:55 AM, Luciano Resende <
> >> luckbr1...@gmail.com
> >> > >
> >> > > > wrote:
> >> > > >
> >> > > > > On Fri, Feb 5, 2016 at 5:26 PM, Sourav Mazumder <
> >> > > > > sourav.mazumde...@gmail.com
> >> > > > > > wrote:
> >> > > > >
> >> > > > > > Hi Deron,
> >> > > > > >
> >> > > > > > I can surely share that. Can I upload it somewhere in the
> >> > SystemML's
> >> > > > > site ?
> >> > > > > >
> >> > > > >
> >> > > > > I have created a place in the source code for sample notebooks
> >> > > > >
> >> > > > >
> >> > >
> >> https://www.mail-archive.com/general@incubator.apache.org/msg53110.html
> >> > > > >
> >> > > > > Please add a pull request with your notebook when you have a
> >> chance,
> >> > > > others
> >> > > > > feel free to contribute other examples as well.
> >> > > > >
> >> > > > > --
> >> > > > > Luciano Resende
> >> > > > > http://people.apache.org/~lresende
> >> > > > > http://twitter.com/lresende1975
> >> > > > > http://lresende.blogspot.com/
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Luciano Resende
> >> > > http://people.apache.org/~lresende
> >> > > http://twitter.com/lresende1975
> >> > > http://lresende.blogspot.com/
> >> > >
> >> >
> >>
> >
> >
>

Reply via email to