I have a git repository setup on a remote server XXX.XXX.XXX.XXX and want to clone the same in my windows environment. It's actually a webapp present under /var/www/html/Testsite
. The git repo is created inside the Testsite
folder.
I was hoping the command:
git clone http://XXX.XX.XX.XX/Testsite/mysite.git
would work fine but it does not. Please let me know how I can get the URL to configure and clone it into my environment.
However, with the local folder, I am easily able to clone the repository which works totally fine.
Thanks a lot.