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

Repository.Merge fails with 'The filename or extension is too long.' #1910

Open
YuraBazuka33 opened this issue Sep 17, 2021 · 2 comments
Open

Comments

@YuraBazuka33
Copy link

YuraBazuka33 commented Sep 17, 2021

Hello,
I'm using LibGit2Sharp and get the 'The filename or extension is too long' error when I run merge command.
repository.Merge(branch, new Signature(_credentials.Username, $@"{_credentials.Username}@gmail.com", DateTime.Now), _mergeOptions);
I've set enabling long path in win registry and windows group policy. Also in git config core.longpaths is true but issue is still reproduce. Have you any ideas for resolving this problem?

Thanks.

@phatcher
Copy link

phatcher commented Nov 1, 2021

See #1805

@SaurabhRaoot
Copy link

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

3 participants