usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
26.48k stars 1.21k forks source link

Git: open("xxx"): Filename too long #1425

Open jonasfroeller opened 9 months ago

jonasfroeller commented 9 months ago

I imported a postman collection of the github api. The problem is, that bruno created so many nested folders, that i cannot even commit the collection in git.

Its-treason commented 9 months ago

So apparently Git has a default filename limit on Windows of 260 characters. But you can enable long filenames using: git config --system core.longpaths true see StackOverflow

jonasfroeller commented 9 months ago

So apparently Git has a default filename limit on Windows of 260 characters. But you can enable long filenames using: git config --system core.longpaths true see StackOverflow

I did that. It was not enough.

jonasfroeller commented 9 months ago

It is also really concerning to see how much it was at the end. I ended up with a few hundred thousand additions in Git. (I renamed the ones that caused the error)