I am using Sourcetree, and a repository configured via SSH and all operations work without a problem, but via Git Bash I am not able to perform a single fetch or pull:
git fetch
output: Permission denied (publickey).
fatal: Could not read from remote repository.
Is there a way to make Git to use this working Sourcetree configuration?