Re: Git Error

2020-05-17 Thread Yemdjih Kaze Nasser
Glad I could help. On Mon, 18 May 2020 at 05:22, Natasha Natarajan wrote: > Thank you, Yemdjih! It has been a short while. With your help, I was able > to submit PR. > > > On Sun, May 17, 2020 at 9:37 PM Yemdjih Kaze Nasser > wrote: > >> Hello Natasha, >> >> You cannot push code directly to

Re: Git Error

2020-05-17 Thread Natasha Natarajan
Thank you, Yemdjih! It has been a short while. With your help, I was able to submit PR. On Sun, May 17, 2020 at 9:37 PM Yemdjih Kaze Nasser wrote: > Hello Natasha, > > You cannot push code directly to apache/fineract.git without committer > privileges. > What you can do is push to your forked

Re: Git Error

2020-05-17 Thread Yemdjih Kaze Nasser
Hello Natasha, You cannot push code directly to apache/fineract.git without committer privileges. What you can do is push to your forked remote repository then create a PR. This probably happening cause you are trying to push directly to apache/fineract instead of your remote fork Hope this