Hi,
I have been evaluating using Sourcetree for Windows with a Gitlab server. I have been able to clone, push, and pull correctly over HTTP. This was not possible until I correctly uploaded my public SSH key to the server and pointed Sourcetree and my HOME environment variable to the private key. However, I am still unable to connect via SSH.
Using the git bash, running "ssh -vvvT git@SERVER" prompts me for my SSH key password, then connects correctly (responds with a welcome message as well). This indicates that my SSH key is set up correctly.
When attempting to clone an existing test repository, using the path "git@SERVER/REPO_DIR.git" results in an invalid source path. Clicking details gives me the following:
"fatal: 'xxxxxx' does not appear to be a git repository
fatal: could not read from remote repository.
Please make sure you have correct access rights and the repository exists"
When attempting to clone the repository, using the path "ssh://git@SERVER/REPO_DIR.git" results in and invalid source path with the following details:
"Access denied
Access denied
Access denied
Access denied
FATAL ERROR: Server sent disconnect message type 2 (protocol error):
'Too many authentication failures for git'
fatal: could not read from remote repository
Please make sure you have correct access rights and the repository exists"
Again, this works over HTTP flawlessly. My user account has been created and my SSH key is correctly stored. Why am I still having trouble with SSH? Are there other SSH commands I should run in the git bash to debug this issue?
Apologies for the late response, I've been out of the office for a week.
It sounds like you're using OpenSSH keys (and not PuTTY), did you choose the OpenSSH option in the setup wizard? If not, you can set this in Tools > Options > General > SSH Client - it should pick up your key location automatically if it's the standard ~/.ssh/id_rsa but otherwise you can specify it. If your key is protected by a passphrase, you'll be prompted to supply it in a pop-up terminal window when you confirm the settings, and when you start SourceTree next time - this is necessary so that there is an instance of ssh-agent running that SourceTree can talk to with your key loaded.
If you need to load more than one key into your agent, you can do this from the Tools menu, Add SSH Key.
Once you have this configured SourceTree should behave just like the command line since OpenSSH picks up all the same configuration files.
I'm experiencing a similar error, how I'm not using OpenSSH. My SourceTree client is running on a Windows machine with PuTTY/Plink selected. Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This resolved my issue. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Resolved my issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but now I have getting a new issue.
Permission denied (password,keyboard-interactive,publickey).
fatal: Could not read from remote repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@stevestreeting thanks a lot. Your provided solution solved my issue with keys.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello! This worked for me, but only with the ssh key, and not with the username and password.
After I added the ssh key to sourcetree, I changed the settings in Tools -> Options -> SSH-Client to work with PuTTY / Plink.
I ran into a problem after I added the ssh key because I forgot to restart sourceTree. Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thnx!! This worked!!! simply just use OpenSSH instead of Putty as option and 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.
I am using putty for the key. I had this issue and Adding key again at Pageant(PuTTY authentication agent) from windows quick icons on the bottom right end near time solved it. Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yay!
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. I imported my key but it doesn't work for me. Bitbucket SSH > clone locally > spotless
Try from gitlab and the horrors begin...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
use http url instead of git url like bellow :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case I wasn't prompted for the pass phrase and starting SourceTree from the Command Line, fixed it. The prompt closed inmediatelly after popping up
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.