Command attempted:
git help <hub-command>
What happened:
I set git as an alias for hub with Set-Alias -Name git -Value "absolute\path\to\hub.exe". And it works. But only the above command caused this problem.
More info:
- Put
Set-Alias -Name git -Value "absolute\path\to\hub.exe" in your PowerShell profile.
- Reload
$PROFILE and run git help <hub-command>
Windows 8.1 x64
git version 2.22.0.windows.1
hub version 2.13.0
Command attempted:
git help <hub-command>What happened:
I set
gitas an alias forhubwithSet-Alias -Name git -Value "absolute\path\to\hub.exe". And it works. But only the above command caused this problem.More info:
Set-Alias -Name git -Value "absolute\path\to\hub.exe"in your PowerShell profile.$PROFILEand rungit help <hub-command>