Is anyone using Sourcetree as their Windows client for GIT. I am trying to follow the tutorial and it fails at the first step.
It gives this URL to clone:
https://donodyssey@bitbucket.org/donodyssey/donodyssey.git
which gives the error:
This is not a valid source path / URL
Shortest tutorial ever (and biggest fail)!
Do you have git installed? If you open the command line and type:
git clone https://donodyssey@bitbucket.org/donodyssey/donodyssey.git
Does that work...?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope.
Cloning into 'donodyssey'...
fatal: unable to access 'https://donodyssey@bitbucket.org/donodyssey/donodyssey.git/': error setting certificate verify locations:
CAfile: id_rsa.pub
CApath: none
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.