Hello I was reading this:
The part where it says mirror existing git repository.
This is the situation, I'm trying to mirror the repository on a server, into a local directory on my computer, that is on an internal network.
If I do this to the repository on the server:
git remote add stash http://username@192.168.1.101:7999/yourproject/repo.git
i dont think it would work because the live server knows nothing about the private ip on the local network.
how would i be able to do this?