Ms-Graph package and gitlab (microsoft/microsoft-graph-core)

added the microsoft/microsoft-graph-core composer package to our project, when syncing to our gitlab, it appears the library has some issues:

error: open(“vendor/microsoft/microsoft-graph/src/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.php”): Filename too long

error: unable to index file ‘vendor/microsoft/microsoft-graph/src/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.php’
fatal: adding files failed

because of this error, nothing else will sync.

anyone experiencing this? - is this a gitlab issue?

thanks

You may google “microsoft/microsoft-graph-core filename too long” and check if the suggestions provided by Google AI works.

this resolved the issue:

git config --system core.longpaths true

thanks