Why am I getting "Invalid path for filesystem" when trying to execute in vs2013 using git?

Whenever I try to commit files in Visual Studio 2013 using git integration, I keep getting this error:

An error has occurred. Detailed message: Invalid path for filesystem

... / node_modules / Pergolas / node_modules / update-notifier / node_modules / latest-version / node_modules / package-JSON / node_modules / yes / node_modules / duplexify / node_modules / end-of-stream / node_modules / once / node_modules / wrappy / LICENSE ': The data area passed to the system call is too small.

Using command line git / git gui works fine, but not when trying to use VS2013.

How can I fix this?

+3


source to share


1 answer


This is a known bug in VS2013. It has been fixed starting with VS2013 update5. If you install VS2013 update5 the error goes away and you can use your visual studio to commit and push.



+3


source







All Articles