I'm getting this error while pushing to remote git. this error only occurring in my windows computer. if i try to push from mac it's working fine. i tried different solution from internet. none of them work. Any help would be great-full.
This below error is shown in git BASH and also using GUI github Desktop
remote: error: couldn't set 'refs/heads/homepage' To file:////192.168.0.60/*** ! [remote rejected] homepage -> homepage (failed to update ref) error: failed to push some refs to ' file:////192.168.0.60/***' But in using Git GUI it shows different pop up error

The one way I tried to solve is by going to the git bare repo on \192.168.0.62***\refs\heads and deleting the branch name file (homepage) and then it work successfully.
But I don't want to manually delete that file every time I push...