So, as it’s mentioned in reading “Ungraded Labs - Best Practices” I used git clone GitHub - https-deeplearning-ai/machine-learning-engineering-for-production-public: Public repo for DeepLearning.AI MLEP Specialization
This is error that I get:
So, as it’s mentioned in reading “Ungraded Labs - Best Practices” I used git clone GitHub - https-deeplearning-ai/machine-learning-engineering-for-production-public: Public repo for DeepLearning.AI MLEP Specialization
This is error that I get:
There is no issue with the repository settings. I was able to clone the repo on linux. Seems like you’re using windows. You might want to check for Filename too long
error. See if the 4th option in this link 3 Ways to Fix Git Clone "Filename too long" Error in Windows [Fixed] | JavaProgramTo.com helps.
Thanks for the link man!
What worked out for me was:
git clone https://github.com/https-deeplearning-ai/machine-learning-engineering-for-production-public.git -c core.longpaths=true