openMF / mobile-money-module

Module for integration of mobile money with the Apache Fineract platform.
3 stars 30 forks source link

Initial Setup Instruction Error #17

Closed vladimirfomene closed 7 years ago

vladimirfomene commented 7 years ago

Summary: I had the following error whilst I was trying to setup my local environment. When I type the command "git add remote upstream https://github.com/openMF/mobile-money-module" I get the following error: fatal: pathspec 'remote' did not match any files

Steps to reproduce: Following the initial setup instruction in the readme of the repository. Expected behavior: No error

Observed behavior: I saw the following error: fatal: pathspec 'remote' did not match any files

Device and Android version: Terminal on a linux machine. Lenovo E531

Screenshots:

screenshot from 2017-05-09 11-45-44

awasum commented 7 years ago

git remote add upstream url.

awasum commented 7 years ago

fixed by https://github.com/openMF/mobile-money-module/pull/18