I am behind a large-corp firewall, and following this advice I am trying JuliaHub. I made an account, downloaded the auth token:
PS C:\Users\Cedric> dir .julia/servers/juliahub.com/auth.toml                                                                                                                                                                                                                                                                                                             
C:\Users\Cedric\.julia\servers\juliahub.com                                                                                                                                                                                                                                                                                                         
Mode                 LastWriteTime         Length Name                                                                  
----                 -------------         ------ ----                                                                  
-a----        2023/06/02      9:58           2097 auth.toml                                                              
but somehow this isn’t enough
julia> ENV["JULIA_PKG_SERVER"] = "https://pkg.juliahub.com"                                                             
"https://pkg.juliahub.com"                                                                                                                                                                                                                                    
(@v1.9) pkg> add ScikitLearnBase                                                                                        
┌ Warning: could not download 
https://pkg.juliahub.com/registries                                                       
│   exception = RequestError: HTTP/1.1 401 
Unauthorized while requesting 
https://pkg.juliahub.com/registries            â”” @ 
Pkg.Registry 
C:\Users\Cedric\AppData\Local\Programs\Julia-
1.9.0\share\julia\stdlib\v1.9\Pkg\src\Registry\Registry.jl:69                                                                                                                       
Updating registry at 
`C:\Users\Cedric\.julia\registries\General.toml`                                                
Resolving package versions...                                                                                        
┌ Warning: could not download https://pkg.juliahub.com/registries                                                       
│   exception = RequestError: HTTP/1.1 401 
Unauthorized while requesting https://pkg.juliahub.com/registries            â””
Am I doing anything wrong?
