sap-labs-france / ev-server

The Open e-Mobility Charging Station management backend server (check also ev-dashboard and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
148 stars 137 forks source link

make server under folder ev-server/docker fails #3704

Open marcvanwijlick opened 2 years ago

marcvanwijlick commented 2 years ago

When launching "make server" under the "ev-server/docker" folder, the following errors occur :

remote: Repository not found. fatal: repository 'https://github.com/sap-labs-france/ev-sap-charging-station-templates.git/' not found fatal: clone of 'https://github.com/sap-labs-france/ev-sap-charging-station-templates.git' into submodule path '/home/marc/easyv/ev-server/src/assets/charging-station-templates' failed Failed to clone 'src/assets/charging-station-templates'. Retry scheduled Cloning into '/home/marc/easyv/ev-server/src/assets/configs-aws'...

remote: Repository not found. fatal: repository 'https://github.com/sap-labs-france/ev-aws.git/' not found fatal: clone of 'https://github.com/sap-labs-france/ev-aws.git' into submodule path '/home/marc/easyv/ev-server/src/assets/configs-aws' failed Failed to clone 'src/assets/configs-aws'. Retry scheduled Cloning into '/home/marc/easyv/ev-server/src/assets/configs-ci'...

Are some repositories private ?

Baudrim commented 1 year ago

From what I understood from the project it is normal. It's a private rest that we don't have access to. So you have to add this flag to avoid the error: 'SUBMODULES_INIT=false' so : make server SUBMODULES_INIT=false