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

Excessively long filenames cause issues in some setups #10

Open
codeandsolder opened this issue Feb 16, 2024 · 1 comment
Open

Excessively long filenames cause issues in some setups #10

codeandsolder opened this issue Feb 16, 2024 · 1 comment

Comments

@codeandsolder
Copy link

Reproduction steps:

  1. Try to clone with GitHub Desktop on Windows
  2. Fail:
    Screenshot 2024-02-16 135418
@runger1101001
Copy link

This is a common problem on Windows... there is a maximum length for the file path...
Try cloning it directly to your C: drive, rather than in the directory C:\Users\Jan\Documents\GitHub
Maybe removing that part of the path will be enough to make it work. If not, you're out of luck and will have to use a different OS than Windows. ;-)
You can also try to download the repository as a ZIP file, and extract only the code parts of the repo... since the folder "docs/bridge/Power Tips..." doesn't really sound like an essential part of the firmware ;-)

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