when you invoke the script, are you adding the name of your forked github repository as a parameter ?
initial-setup.sh <parameter> The error message you're getting implies you are not: 'https://github.com//lang.git/' ......................<after github.com//> means you don't have the parameter $githubaccount set. If you go to your forked github site, the name will appear instead of 'miffs'. hope this helps. Ramesh On Fri, Aug 18, 2017 at 11:00 PM, Aswin kumar <[email protected]> wrote: > > Fork all repositories available at https://github.com/mifosio > > Fork https://github.com/JavaMoney/javamoney-lib > > You'll find a script to initialize all resources on your computer > > > > The scripts are located in the demo-server project at scripts > > Copy the initial-setup script for your system into the root directory > where > > you want all projects to be cloned into > > > > The easiest way is to browse to > > https://github.com/mifosio/demo-server/tree/develop/scripts/Unix > (windows) > > and open the script in raw mode, then selact all and copy and paste to > file > > on your disk > > > > Run the script > > > I had forked all the repositories and tried to run the initial-setup > script, but encountered the below error.Can anybody help me with this? > > > > remote: Repository not found. > fatal: repository 'https://github.com//lang.git/' not found > initial-setup.sh: line 10: cd: lang: No such file or directory > fatal: remote upstream already exists. > error: pathspec 'develop' did not match any file(s) known to git. > chmod: cannot access ‘gradlew’: No such file or directory > initial-setup.sh: line 15: ./gradlew: No such file or directory >
