This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Problem: Git uses SSH instead of HTTPS when .git is in repository URL | |
| ## Symptoms: | |
| - Cloning/pulling fails with SSH authentication errors | |
| - Happens even when using HTTPS URLs ending with `.git` | |
| - Particularly affects setups with GPG signing | |
| ## Root Cause: | |
| Git sometimes interprets URLs with `.git` suffix as SSH URLs when GPG keys are configured |