I have a base repository that lives on a UNC \\machine\\share ....etc.
I have a local clone that I work on in the master branch and occasionally merge over to the \"stable\
An error I found was trying to push a branch develop to a repository that had branches named: develop/1148 and develop/693. git isn't ok with this (I forget why), so deleting those branches (if possible) fixed this hangup.