Error when performing a push on a git project: error: insufficient permission…

Error when performing a push on a git project: error: insufficient permission…

Tiempo de lectura: < 1 minuto Reading time: < 1 minute When trying to perform a push on a project that is configured with git, I get the following error: error: insufficient permission for adding an object to repository database .git/objects error: Error building trees To solve this error, I first navigated to the .git directory. Inside this directory, we executed ... Read more

Linux Space Issue (Inodes)

Linux Space Issue (Inodes)

Tiempo de lectura: < 1 minuto Reading time: < 1 minute If we have enough disk space and still encounter errors like No space left on device or Write failed. The first thing we need to do is check if there is space on the machine using the command: df -a As we can see, there is 30% available space and ... Read more