cruise-automation / webviz

web-based visualization libraries
https://webviz.io/
Apache License 2.0
2.01k stars 408 forks source link

git clone fail in windows: "error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:02.migrateNodePlaygroundNodesToObjects.js: Invalid argument" #587

Open qdhuxp opened 3 years ago

qdhuxp commented 3 years ago

Git clone in windows, got fail error:

error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:02.migrateNodePlaygroundNodesToObjects.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:03.migrate3DPanel.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:03.migrate3DPanel.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:04.migrateGlobalDataToGlobalVariables.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:05.migrateSourcePrefix.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.14.13:39:17.migrate3DPanelFeatureGroupKeys.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.14.13:39:17.migrate3DPanelFeatureGroupKeys.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.01.11:34:51.migrate3DPanelPointCloudHexColors.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.01.11:34:51.migrate3DPanelPointCloudHexColors.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.02.11:27:59.addDefaultPlaybackConfig.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.02.11:27:59.addDefaultPlaybackConfig.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.02.13:56:52.migrate3DPanelUncategorizedNode.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.02.13:56:52.migrate3DPanelUncategorizedNode.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.03.13:56:52.migrate3DPanelTopicSettingsToSettingsByKey.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.03.13:56:52.migrate3DPanelTopicSettingsToSettingsByKey.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.26.17:40:24.migrate3DPanelColorSettings.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.06.26.17:40:24.migrate3DPanelColorSettings.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.07.07.11:17:28.prefixCollapsedSectionsWithDiagnosticName.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.07.07.11:17:28.prefixCollapsedSectionsWithDiagnosticName.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.09.30.19:06:38.addAutoFormatOnSaveToNodePlaygroundConfig.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.09.30.19:06:38.addAutoFormatOnSaveToNodePlaygroundConfig.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.10.22.14:44:54.removeEmptyDiagnosticsConfigNames.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.10.22.14:44:54.removeEmptyDiagnosticsConfigNames.test.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.11.02.14:16:21.migrateColorToOverrideColor.js: Invalid argument error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.11.02.14:16:21.migrateColorToOverrideColor.test.js: Invalid argument I can assume the reason should be the unsupport characters ":" in the filename, such as "2020.11.02.14:16:21.migrateColorToOverrideColor.js".

Could you fix it? Thanks.

RalphCodesTheInternet commented 2 years ago

+1 Issue persists in linux also