I'm a total beginner in GIT.
I have one machine (S) with Ubuntu installed. I cloned remote repository (R) into that machine, everything went fine. Machine (S) will be a server hosting my application. I also need to commit changes to (R). To this moment everything works ok.
My workstation will be machine (W) with Windows and PHPStorm installed. So I thought it would be a good idea to clone repo from (S) to (W), work with the code on (W) and then commit changes back to (S), and then commit major changes to (R).
My problem is than I don't know how to clone (S) repo to (W). Everytime I get "Repository URL is malformed URL or non existent".
My project web address is 192.168.1.100/project. What should I do to clone (S) repo to (W)?
Thanks in advance