git push unable to create temporary object directory code example
Example: git push unable to create temporary object directory
sudo usermod -a -G git $USER
sudo chmod -R g+w path/to/GIT_repo
sudo usermod -a -G git $USER
sudo chmod -R g+w path/to/GIT_repo