-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No /proc/sys/kernel/hostname on Bash on Ubuntu on Windows #1218
Comments
Thanks for reporting! Which hub version is installed from |
|
same here with:
|
I guess we could make the hostname lookup non-fatal if it fails? The hostname is only used to name your Personal Access token like |
This has been fixed in BashOnWindows itself. Closing the issue. microsoft/WSL#562 |
On Bash on Ubuntu on Windows (i.e. Windows Subsystem for Linux), I'm unable to use Hub because it tries to access
/proc/sys/kernel/hostname
which sadly doesn't exist (there's a/bin/hostname
, but dunno if that helps).Doing an operation like e.g.
hub issues
and attempting to log in results in:Steps to repro:
hub clone
orhub issues
or some other command that brings up the login screenRelated: microsoft/WSL#562
The text was updated successfully, but these errors were encountered: