I am trying to push my changes to a Remote Git Repo and I am receiving the following message:
remote: error: unable to create temporary file: No space left on device[K
remote: fatal: failed to write object[K
error: unpack failed: unpack-objects abnormal exit
Contrary to the message that there is no space left on the remote server, there is plenty of space remaining.
Any help resolving this problem would be appreciated.
Edit #1:
I tried using the command git repack remote/origin/master
and git repack
I am still receiving this error after using these commands.
Edit #2: After accessing the remote server and using the chmod -R 755 command on the .git file the same error persists.
Edit #3: Another developer is having the same issue while trying to push to remote server. Are there any server side fixes that could be applied?
Note:This did not happen until I resolved a previous local merge conflict