Subject: | Host alias is not expanded |
I have alias configured in my ~/.ssh/config file
$cat ~/.ssh/config
host hub
user git
hostname github.com
PreferredAuthentications publickey
port 22
And in generated file repository looks like:
hub:KES777/Devel-DebugHooks
instead of:
https://github.com/KES777/Devel-DebugHooks