Hello,
When I try to clone a repository from Bitbucket in SourceTree occur this error:
"Unable to open this helper application for ....The protocol specified in this address is not valid. Make sure the address is correct, and try again"
The hosting service is Bitbucket Server and the authentication is OK on Sourcetree using SSH protocol.
Do you know how to fix it? Please advise.
Thanks in advance,
Carmen
Thanks Anthony,
I´m using SSH to clone from Bitbucket into SourceTree using the clone button in Bitbucket.
The question is why Bitbucket responding with "The protocol is not valid in this address" and how can I fix it.
Regards,
Carmen
Hello, and welcome to the community!
Do you happen to know if you are using HTTPS or SSH to clone this repo into SourceTree?
If you are using HTTPS, you'll want to paste a URL looking like this:
https://me@bitbucket.org/bitbucket/my-repo.git
into the Clone a Repository Source URL field
If you are using SSH, you'll want to paste a URL looking like this instead:
git@bitbucket.org:bitbucket/my-repo.git
Make sure you are not including the
git clone
part into SourceTree.
Or, are you instead using this button to try and clone the repository into SourceTree?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.