Hello everyone,
I have been trying to clone a repository created with the C4Science service, without any success. Whenever I input the URL, either the https or ssh, I get the error: "this is not a valid source path/URL". The https log shows up empty, while the latter yields the following:
"fatal: 'git@c4science....' does not appear to be a git repository
fatal: Could not read from remote repository."
I have tried using the system Git (version 2.10), then resetting to the embedded one (2.8). I have linked my GitHub, Atlassian and C4Science accounts (perhaps there was an authorization issue). I have tried a clean install of all SourceTree, Git, mercurial, even updated Python (for Mercurial). I have also tried deleting my SourceTree Library files in order to reinitialise the first set up wizard, to no avail.
My colleagues managed to clone the repository from a fresh install with no issue, following the exact same installations steps as given in the documentation. Also note that we all skipped the original BitBucket/GitHub login step during setup. Is there something I am missing? Any help with this issue would be appreciated.
More info:
SourceTree V 2.4
OSX El Capitan V 10.11.6
EDIT: Solved! I just had to install version 2.3 of SourceTree and it worked immediately.
I had the same issue!
You have to open up preferences(cmd+,) then go to the accounts tab and click on the account you want to use, then click "Edit" and locate where it says Protocol if that is set to SSH you have to change it to HTTPS.
That fixed the issue for me.
This was already set for me, didn't solve the issue unfortunately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That unfortunately didn't work for me when I tried it.
What solved it in the end was giving up on Version 2.4 and installing 2.3 instead. It worked instantly with the previous version.
Hope that helped!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This seems to be broken for me as well with version 2.4 on mac
I tried to swap the account to default and to https but had no luck, I'm still getting the same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Switch to authentication mode from OAuth to Basic. It will work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! That fixed the issue for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
preferences > accounts > edit > oauth to Basic
and SSH to HTTPS
fixed this for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This fixed the issue for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks, man. I always forget and google for this :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you man!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep! Fixed for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
fixed for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @HeLI_Software , tried everything but this fixed it for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Had similar issue on version 2.4.8. I installed git on the machine and it worked after that. You could do this by going to Source Tree --> Tools --> Options --> Git -->Use Embedded git (If you haven't installed git on your machine) or Use System Git (If you have installed git on your machine.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks works fine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This solved my particular issue. A million thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here in 2021 to say this fixed my issue as well, tyvm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, it fixed my issue!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updating your embedded Git might also fix the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, I had to edit my account under 'preferences'.
My settings look like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me. Changing from "HTTPS" to "SSH".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, the problem was this: I generated a key using Sourcetree. It named the file that contained the key with a SPACE in the filename (it ended with " -Bitbucket". That space messed up its own ability to find the key file. I solved it by editing the file ~/.ssh/config and putting double-quote marks around the filename: "xxxx -Bitbucket" It then worked!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alright, so I just ran into this problem (once again). Same as Jay neither embedded nor local git would make a difference.
On this note: I let sourcetree create a SSH key and add it to my github on my behalf. It was listed, my ssh agent would list the key. Was looking all good, but it would still fail to clone.
What solved it in the end was deleting the ssh key from my github and adding it manually again.
Now it works fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem with Sourcetree Mac 2.7.1. Using locally-installed or embedded results in same error.
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.
How do I downgrade to v2.3? I cannot seem to find a download link, I found a list for Windows, but nothing for Mac yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue with v2.4 and now I'm trying to downgrade to 2.3 where everything worked just fine..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I face the same issue, I will try 2.3. What's wrong with 2.4 ???
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.