Put this global config:
git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Or local config per repo:
git config url.ssh://[email protected]/.insteadOf https://github.com/
Put this global config:
git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Or local config per repo:
git config url.ssh://[email protected]/.insteadOf https://github.com/