> On 23 Sep 2025, at 2:29 AM, dhmiller--- via Primary discussion list for GNU > Wget <[email protected]> wrote: > > Hello, I have a problem with wget. Running this command <put wget command > here> works on a bunch of PCs, but on one PC it gives this error: > Connecting to cas-bridge.xethub.hf.co > (cas-bridge.xethub.hf.co)|99.84.160.128|:443... connected. HTTP request sent, > awaiting response... 401 Unauthorized Username/Password Authentication Failed. > > Very debilitating issue for us. > > Any ideas why and how to fix? Win 11
$ put wget command here -bash5: put: command not found . . . Anyway… if you read the error message wget gives you then it's very clear what your issue is. You need to provide a required username and password to access this particular resource. It may or may not be that on the other machines the login information is provided via other means (e.g. .netrc file), so you do not have to manually specify the details via the command line.
