

- Sourcetree change password for repository install#
- Sourcetree change password for repository generator#
- Sourcetree change password for repository download#
If you don't connect your account during set up, click Remote to open the Remote repositories page and click Add an account.įrom Tools, select Create or Import SSH Keys.įrom the PuTTY Key Generator dialog, click the Generate button.Īs the SSH key generates, hover your mouse over the blank area in the dialog. Click No if you don't have one and want to use Sourcetree to create one.Īdd your account and select SSH as the Preferred Protocol. You may see the Load SSH Key? dialog after installation.
Sourcetree change password for repository install#
Refer to the Install Sourcetree page for more details.
Sourcetree change password for repository download#
If you don't yet have Sourcetree, go to and click the Download free button.Ĭlick the. Install Sourcetree and add your Bitbucket account Set up SSH with Sourcetree on Windows Step 1. You may want to create an SSH directory when you do, so that you can refer to your SSH keys whenever you need them. I changed the entries in my ~/.ssh/config file to the following: Host Īfter making this change, the "This is not a valid source path / URL" error went away and I was able to clone repositories from my Bitbucket and GitHub accounts without problem.Use this page to generate an SSH key using Sourcetree. When you create an SSH key with Sourcetree, you can save the public and private key wherever you want locally. The Host values it generated are incorrect. IdentityFile /Users/adil/.ssh/username-GitHub


IdentityFile /Users/adil/.ssh/username-Bitbucket It created entries as follows: Host username-Bitbucket SourceTree did everything correctly to generate SSH keys and add them to my machine but it made a slight mess of the entries that it added to my ~/.ssh/config file. In my case I had used SourceTree's "Add account" setting to add my Bitbucket and GitHub accounts to SourceTree under the SSH protocol. However, I don't want to do that because I need to commit any changes to the repository on my behalf.ĭoes anybody know how can this error be fixed or worked around? One think I did not try is to clone the repository using another GtHub account. I am able to push changes to the online repository using the Terminal console but I would like to use a UI (that SourceTree provides) to manage and compare changes in the code. I asked the Administration of the GitHub repository for any other permissions but my account has all of them. I tried to re-install SourceTree but the error still exists. SourceTree does not tell me the reason for the error or anything else. However, when I click to enter Destination Path, the window shows an error: This is not a valid source path / URLĬlicking the error may give the following details: remote: Repository not found.

The nest step is to specify a local folder where the repository will be copied. I copied it from the browser after I logged in to my GitHub account so the link is correct. In the opened window I paste the HTTPS clone URL. Start the SourceTree and navigate to File -> Clone / New. In order to manage a local copy, I need to clone the online version. Also, I have a GitHub account with permissions to clone and push the repository. I downloaded and installed the latest official version of the SourceTree software. However, I think my scenario is a bit different. I know that similar questions have already been posted here.
