#### Example clone url: git@github.com:rails/rails.git #### Example branch name: main #### Expected web URL: https://github.com/rails/rails/tree/main #### Actual web URL: https://ssh.github.com/rails/rails/tree/main #### .ssh/config ``` Host github.com Hostname ssh.github.com Port 443 User git ``` #### See also: - https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port
Example clone url:
git@github.com:rails/rails.git
Example branch name:
main
Expected web URL:
https://github.com/rails/rails/tree/main
Actual web URL:
https://ssh.github.com/rails/rails/tree/main
.ssh/config
See also: