I\'m trying to push from my local repository to a remote repository located in a windows share.
I\'m going to recreate a simple scenario, where c is my local hard d
Using the IP address of the mapped network drive instead its UNC path or letter solved the problem.
git remote set-url origin //ip-address/share/central.git