You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
hub.exe is not in $env:Path and I use a environtment variable in the path to hub binary, that is also an absolute path right? If not, maybe the admin can change the title of this issue.
Command attempted:
git help <hub-command>
What happened:
I set
git
as an alias forhub
withSet-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.$PROFILE
and rungit help <hub-command>
The text was updated successfully, but these errors were encountered: