insufficient permission for adding an object to repository database .git/objects
See original GitHub issueHello,
Does anyone know how to resolve this error when this action tries to push commit?
Error: Error: error: insufficient permission for adding an object to repository database .git/objects error: modules/create_budget_alert/USAGE.md: failed to insert into database error: unable to index file 'modules/create_budget_alert/USAGE.md' fatal: updating files failed
v9.0.0
Issue Analytics
- State:
- Created a year ago
- Reactions:6
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Git Push Error: insufficient permission for adding an object to ...
The repository isn't configured to be a shared repository (see core. · The operating system doesn't interpret a setgid bit on directories as...
Read more >How to Fix Git Push Insufficient Permission Error for Objects ...
Set the Appropriate Permissions on Objects Directory · Make sure all your users who need access to git are part of the git...
Read more >Issues - GitHub
Run git remote update git remote update shell: /bin/bash -e {0} Fetching origin error: insufficient permission for adding an object to ...
Read more >Sometimes when I try to push my projects to ... - Medium
Insufficient permission for adding an object to repository database .git/objects. A fast way to fix this is to go in the project root...
Read more >Git Push Error: insufficient permission for adding ... - Intellipaat
When I try to push to a shared git remote, I get the following error: insufficient permission for adding an object to the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Running
git add .
results in the same thing.I’m not bothered to fix it at this point, I’m moving all of my projects to Sourcehut and their CI is much simpler to work with. I think you can probably close this issue though, as it doesn’t seem to be a problem with your action.
Workflow:
Logs: