Scenario:
Today, I want to upload local notes to gitee, and then when I git add., I report an error
no solution was found on Baidu. I saw the idea on GitHub later
First try to
turn off the daemon
git config core.useBuiltinFSMonitor false
Error reporting is not reported, but it does not solve the problem
Then try to start the daemon manually
git fsmonitor--daemon start
Fail
Solution:
Check if your git path has Chinese
it’s probably better to change the Chinese on the path
I haven’t noticed before, because this is the first time I met this problem and successfully solved it
Read More:
- [Solved] start value has mixed support, consider using flex-start instead
- [Solved] ERROR Error loading vue.config.js: ERROR Error: Command failed: git describe
- [Solved] npm run start Run Error: Missing script: “start“
- How to Solve Node start error listen eacces 0.0.0.0:810
- CRA 5.0.0 Add Proxy Project Start Error [How to Solve]
- [Solved] npm run start Error: Exit status 3221225477
- [Solved] Vue Start Project Error: ValidationError: webpack Dev Server Invalid Options
- [Solved] Failed to load config “prettier“ to extend from.?
- Vue Start Error: This relative module was not found:
- Failed to resolve async component default: ChunkLoadError: Loading chunk 7 failed
- [Chrome]: DevTools failed to load source map… (How to Solve)
- [Solved] Failed to load config “react-app“ to extend from.
- [Solved] Vue Project Start Error: Support for the experimental syntax ‘jsx‘ isn‘t currently enabled
- [Solved] NPM Start Project Error: ‘Error: error:0308010C:digital envelope routines::unsupported’
- How to Solve the error: initialize failed invalid dom
- [Solved] Vue2.x vue-lazyload Error: Failed to resolve directive: lazy
- [Solved] Failed to compile with 1 error. Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find modul
- Vue3.0 error: Failed to resolve component el-form-item (el element to be unable to be displayed)
- [Solved] Vue item packaging error: Failed to load resource: the server responded with a status of 404 (Not Found)
- Vue-cli Failed to download repo vuejs-templates/webpack [How to Solve]