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
Command attempted:
(hub is aliased to git and used as 'git'. Not shown here for simplicity)
∴hub version --build-options
What happened:
hub shows its own version and git's version but does not pass --build-options through
∴hub version --build-options
git version 2.24.1
hub version 2.13.0
What is supposed to happen:
Git is supposed to show some useful debugging information
∴git version --build-options
git version 2.24.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
Additional Information:
The same is true with git --version --build-options
The text was updated successfully, but these errors were encountered:
Command attempted:
(hub is aliased to git and used as 'git'. Not shown here for simplicity)
∴hub version --build-options
What happened:
hub shows its own version and git's version but does not pass --build-options through
∴hub version --build-options
git version 2.24.1
hub version 2.13.0
What is supposed to happen:
Git is supposed to show some useful debugging information
∴git version --build-options
git version 2.24.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
Additional Information:
The same is true with
git --version --build-options
The text was updated successfully, but these errors were encountered: