Let's take the following repository. https://github.com/GoogleCloudPlatform/professional-services/tree/master/machine-learning/solutions/energy_price_forecasting
How does one normally clone a repo in their terminal?
I tried the following and both gave errors.
git clone https://github.com/energy_price_forecasting.git
git clone https://github.com/GoogleCloudPlatform/professional-services/tree/master/machine-learning/solutions/energy_price_forecasting.git
forecasting.git
Cloning into 'energy_price_forecasting'...
remote: Not Found
fatal: repository 'https://github.com/energy_price_forecasting.git/' not foundCloning into 'energy_price_forecasting'...
fatal: repository 'https://github.com/GoogleCloudPlatform/professional-services/tree/master/machine-learning/solutions/energy_price_forecasting.git/'
not found