visual studio - Why am I getting "Invalid path for filesystem" when trying to commit in vs2013 using git? -
whenever try commit files in visual studio 2013 using git integration, keep getting error:
an error occurred. detailed message: invalid path filesystem
.../node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/node_modules/wrappy/license': data area passed system call small.
using git commandline / git gui works fine, not when trying use vs2013 itself.
how can fix this?
this known bug in vs2013. has been fixed, starting vs2013 update5. if install vs2013 update5, bug disappears, , can use visual studio commit & push.
Comments
Post a Comment