UniversityOfAppliedSciencesFrankfurt / LearningApi

Machine Learning foundation on top of .NET Core
MIT License
4 stars 12 forks source link

Issue cloning this repo in windows #25

Open durgadasu opened 4 years ago

durgadasu commented 4 years ago

I tried to clone this project repo LearningApi on a Windows machine and I am getting the following error

error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionK.sln'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionK/AnomalyDetectionAlgorithmExtensions.cs'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionK/AnomalyDetectionAlgorithmResult.cs'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionK/AnomalyDetectionAlgorithmScore.cs'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionK/AnomalyDetectionK.csproj'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionK/AnomalyDetectionKmean.cs'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionTest/AnomalyDetectionTest.csproj'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionTest/AnomalyDetectionTestClass.cs'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionTest/Helpers.cs'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionTest/Samples/iris.csv'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /AnomalyDetectionTest/Samples/iris_mapper.json'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /Documentation/Implement Anomaly Detection with LearningApi (K-Mean Algorithm) video Presentation.mp4'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /Documentation/ML1819-2.18.Implement Anomaly Detection with LearningApi (K-Mean Algorithm).docx'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /Documentation/ML1819-2.18.Implement Anomaly Detection with LearningApi (K-Mean Algorithm).pdf'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /README.md'
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 batch /nuget.config.xml'
error: unable to create file LearningApi/src/Modules/EuclideanColorFilter/EuclideanFilterWinFormApp/packages/Microsoft.CodeAnalysis.VersionCheckAnalyzer.2.9.8/analyzers/dotnet/zh-Hans/Microsoft.CodeAnalysis.VersionCheckAnalyzer.resources.dll: Filename too long
error: unable to create file LearningApi/src/Modules/EuclideanColorFilter/EuclideanFilterWinFormApp/packages/Microsoft.CodeAnalysis.VersionCheckAnalyzer.2.9.8/analyzers/dotnet/zh-Hant/Microsoft.CodeAnalysis.VersionCheckAnalyzer.resources.dll: Filename too long
error: unable to create file LearningApi/src/Modules/EuclideanColorFilter/EuclideanFilterWinFormApp/packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll: Filename too long

I believe this is because of the spaces in the folder names. Please help me resolve this error.

ddobric commented 4 years ago

You should clone the repository to a shorter path. For example c:\git\uni\learningapi