I am getting the above response when I tried to clone my repository from Bit Bucket. What is wrong with the above url? I am using Source Tree for Windows 7.
Seth is correct, for the git clone command, you'll want to use SourceTree's Terminal because it doesn't look like you have Git installed on your machine outside of SourceTree.
For the "ssh bitbucket.org" command, you'll want to use the command prompt.
Can't help but point out that it should be "git clone", not "git coone".
Assuming that was just a typo in the post, make sure you are running your git commands via SourceTree's "Terminal", not a raw Windows command prompt.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please tell me how do I do this. I also tried by remiving the user name but nothing happens. No errors are shown by specifying the git coone command in the COmmand Prompt. It says unrecognised command.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may also need to add the bitbucket.orgRSA key fingerprint to your known hosts, you can do that with "ssh bitbucket.org"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The steps you're using should work, but you should be prompted to authenticate to Bitbucket to clone the repository. If you were to remove the username from the URL (https://bitbucket.org/sourish_ghosh/project_management.git) and try to clone that, what happens?
Also, if you open up command prompt and try the git clone command, do you get any additional errors?
git clone https://biswadeep_datta@bitbucket.org/sourish_ghosh/project_management.git
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not prompted for authentication when SourceTree is checking the source. These are the steps followed by me when working with SourceTree:Step 1: Open BitBucket and go to my repository.
Step 2: From my repository, I click on the Clone button.
Step 3: In the Clone window, I click on "Clone in SourceTree"
Step 4: SourceTree opens with the window (screen shot sent)
Please let me know if I am doing anything wrong in the above procedure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you prompted to authenticate when Sourcetree is checking the source?
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.