Search code examples
javalinuxgitwindowgit-extensions

How to clone a repository from linux to my window desktop using gitExtension


I'm newbie to Git Extension , My central repository is put on linux server and we are using our own window desktop for the developemnt . Just wanna know how can configure Git Extension to pull source from linux server? enter image description here

Account for git in linux : misshare Path the source was put in linux : /home/misshare My server ip : 10.10.10.1 enter image description here

I've tried to put input [email protected]:/home/misshare nor ssh://[email protected]:/home/misshare in repository to clone but it doesn't work.

Many thanks.


Solution

  • it doesn't matter if your git repository is on Linux Server and you are working on Windows machine. You can still clone the repository, make changes and commit.

    In the repository to clone text field, you must key in something like

    > user@server:/path/to/git-repo/.git
    

    In your case it should be

    > [email protected]:/home/misshare/.git