Hi All,
We have a Git repository on windows server and trying to access it from sourcetree so that i could clone the repository and work on my local machine. What should be the sourcepath/url that should be provided as any url provided is throwing the error.
I would like to know the pattern of the URL so that i could check is there something i am missing from my end.
Currently i am using the below url.
username@servername\\Repositories2\Demo, Repositories\Demo is the place where the git repository is created.Any information provided will be really helpful to us.
Thanks,
Vijay
I think the url you are looking for is
file:////servername/Repositories2/Demo
Since it is a local protocol you don't need to specify a username and password. The OS handles the filesystem and network access.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.