Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filenames too long to check out in Windows #2

Open
wskellenger-intrepid opened this issue Nov 11, 2022 · 2 comments
Open

Filenames too long to check out in Windows #2

wskellenger-intrepid opened this issue Nov 11, 2022 · 2 comments

Comments

@wskellenger-intrepid
Copy link
Collaborator

These files cannot be written in Windows because their filenames are too long. For reference my repos rootdir is here:

C:\Users\myusername\Projects\Intrepid\Vspy3-Docs

  • vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab/standalone-logging-collections-and-methods/collections-and-methods-message-capture-method/message-capture-method-message-collection-options.md
  • vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab/standalone-logging-collections-and-methods/collections-and-methods-message-capture-method/message-capture-method-start-options.md
  • vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab/standalone-logging-collections-and-methods/message-capture-method-stop-options/message-capture-method-stop-options-finish-after-collecting-messages-or-when-expression-is-true.md
  • vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab/standalone-logging-collections-and-methods/message-capture-method-stop-options/message-capture-method-stop-options-one-shot-report.md
  • vehicle-spy-main-menus/main-menu-measurement/vehiclescape-daq/vehiclescape-daq-standalone-logging-tab/standalone-logging-collections-and-methods/message-capture-method-stop-options/message-capture-method-stop-options-pre-post-collection.md
@wskellenger-intrepid
Copy link
Collaborator Author

@PBawane-Intrepid @ARughani-Intrepid

When this issue is resolved I have to also change vspy to point to the new path.

@PBawane-Intrepid
Copy link
Collaborator

@wskellenger-intrepid This is happening because the title was captured from the gitbook page's title. But we can increase limit to 4096 characters. You can refer to this, https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows we just need to config git config --system core.longpaths true please, check and let me know. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants