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

Issue with "Filename too long" #244

Open
felipefoz opened this issue Aug 1, 2023 · 0 comments
Open

Issue with "Filename too long" #244

felipefoz opened this issue Aug 1, 2023 · 0 comments

Comments

@felipefoz
Copy link
Contributor

Hi,

In one of my projects, I am getting problems with branch names that are too long.

Unfortunately, this is something not within my reach to force users to make branch names with smaller lengths.

I was able to workaround with setting git configuration globally with "longpaths = true", but I don't like this solution, as it is a global setting, and could affect other repositories.

git config --global core.longpaths true

I tried a local repository setting git config core.longpaths true but peru obviously is not following the local repo configuraiton, only global.

I tried to manually change the git configuration for the repository inside the peru cache folder, and this works.

So, maybe we could have an extra configuration for this?

Any ideas on how to solve this?

Regards,

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

1 participant