Re: Pulling down a forked branch

2020-06-02 Thread Natasha Natarajan
Thank you, Michael! It seems to have worked! Definitely, I will look into those git tools. On Tue, Jun 2, 2020 at 12:25 AM Michael Vorburger wrote: > Manoj, you're close, but in this particular case, the "have the correct > access rights" message is due to something slightly different... > >

Re: Pulling down a forked branch

2020-06-02 Thread Michael Vorburger
Manoj, you're close, but in this particular case, the "have the correct access rights" message is due to something slightly different... Natasha, you are actually up against not 1 and not 2 but 3 separate problems here... ;-) 1. Unless I'm mistaken and the syntax has changed since I last did

Re: Pulling down a forked branch

2020-06-01 Thread Manoj VM
Hi, Try logging out from git local and try, I use to get this error when I work with multiple git credentials. While logged in, in the local with one credentials and try to fetch a remote repo forked with another credentials. git config --global --unset user.name git config --global --unset

Pulling down a forked branch

2020-06-01 Thread Natasha Natarajan
Hi All, I am attempting to pull down this fork and I am getting an error: https://github.com/apache/fineract/pull/680 *(base) natashan:Fineract natasha$ git remote add wkk91193 g...@github.com:wkk91193/fixing-bulk-import-integration-test-failures.git* *(base) natashan:Fineract natasha$