Unable to push to git, showing an error message "Filename too long" while commit. Is there any solution?

Unable to push to git, showing an error message “Filename too long” while commiting. Is there any solution?

Hi @Akshay_S_B

Welcome to community.

LLM generated Response
the “Filename too long” error in Git usually occurs when a file path exceeds the Windows limit of 260 characters.

Enable Long Paths in Git

Run the following command to enable long path support in Git:

git config --global core.longpaths true

Hi @Akshay_S_B
Welcome to UiPath.

Run ( git config --system core.longpaths true ) in Git Bash, move your project to a shorter directory path (e.g:- C:\UiPathProjects), and rename files with long names to shorter ones.