Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File name too long in Azure Web App Service CI/CD

I'm trying to pull my changes from the git repository but I got the error Filename too long.

To resolve this issue, I tried running the command git config --system core.longpaths true but I get Permission denied error: could not lock config file error. I think this is normal because running the command above requires admin CLI.

Would like to ask if there's any way I can enable the longpaths in azure web app service?

like image 442
Alec Jones Avatar asked Oct 28 '25 01:10

Alec Jones


1 Answers

Try to use below command.

git config --global core.longpaths true
like image 106
Jason Pan Avatar answered Oct 31 '25 11:10

Jason Pan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!