заставляйте GIT использовать SSH

git config --global url."git@github.com:".insteadOf "https://github.com/"
Creepy Crayfish