Duc Doan
Duc Doan

Reputation: 415

SourceTree can't clone Repository but still can create new remote one

I have been using SourceTree for months in Windows but recently I turned to Mac. And I ran into a problem with it. I can create a new remote repository with SourceTree but I can't clone any Repositories from Bitbucket or Github. It said that This is not a valid source path / URL, I have tried so many ways and researches but It's not working.

PS: I have set Git version to System Git instead of Embedded Git but there is no change.

Do you have any idea to solve my issue. Thanks a lot!

Upvotes: 0

Views: 2283

Answers (2)

ibpeco
ibpeco

Reputation: 58

First, in the remote account add you account, for example, the login with google.

Cloning a remote repository, in the field Source URL, try changing

ssh://[email protected]/[project]/[repository].git

for

https://[your-user]@bitbucket.org/[project]/[repository].git

Using Sierra, and sourceTree 2.4.1 (97)

Upvotes: 0

Duc Doan
Duc Doan

Reputation: 415

I have found out the answer, because of the newest version of SourceTree, I have to down to previous version.

Upvotes: 0

Related Questions