Re: github auth initial-setup.sh

2018-10-29 Thread James Dailey
Hi Myrle and Awasum - Thank you. Yes, I am following the instructions: https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN I'm writing a version for a mac using homebrew which simplifies things: 1. Install homebrew 2. brew {each of the prereqs} 3. fork each of the

Re: github auth initial-setup.sh

2018-10-28 Thread Myrle Krantz
Hey James, Ditto to what Awasum said. Your repo is public (I checked). Cloning is a read operation. Therefore, you should be able to clone without any authentication whatsoever. Which gradle command are you using to build fineract-cn-lang? ./gradlew build ? or ./gradlew publishToMavenLocal ?

Re: github auth initial-setup.sh

2018-10-28 Thread Awasum Yannick
Hi James, I wonder why you will need your Github username and password given you are cloning from a public repository (do you have private repos?). If you need to access your repos using github username and password, you need to use your personal access token ( a string which replaces your passwo

Re: github auth initial-setup.sh

2018-10-28 Thread James Dailey
Ebenezer - Here is an update if you don't mind the pestering... hope you may have some ideas. I updated my github account to not use two-factor auth (for now). I still get the error. So, that's probably not it. Stackflow has some relevant responses? : https://stackoverflow.com/questions/1957674