Skip to main content
Code and think

GIT troubleshoot an issue with SSH access

To test access to the SSH repository use ssh -T git@github.com. In case of issues add a verbose parameter to get more info like ssh -vvv -T git@github.com.