Git with Pageant and Multiple SSH Keys

If you’re developing on Windows and you have multiple keys in Pageant, you may have encountered this line from Bitbucket:

conq: repository access denied. deployment key is not associated with the requested repository.

This happensĀ if you have a deployment key for another one of your projects loaded in Pageant. You can either remove the offending key, or follow these steps to make Pageant always use the correct key for this repository.

Continue reading Git with Pageant and Multiple SSH Keys