Hi Team, I have configured my git in linux server and I would like to access my local git using GUI. I have installed Sourcetree but unable to connect to my linux git from windows server.
Community moderators have prevented the ability to post new answers.
Welcome to the Atlassian community!
I would point out that Sourcetree only works with repositories on the local filesystem, so it cannot directly browse a repo on a Linux server.
Two options I would use:
If the Linux repo is meant to be shared, I would make it a bare repo on the server and treat it as the remote, so everyone can clone and push to it.
One thing worth checking is whether your Linux repo is bare or a normal working copy. Sourcetree can only clone from it cleanly if the SSH user has read access to the .git directory.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.