I can't login to openneuro cli using Ubuntu WSL on Windows 11

Hi all,

I am trying to download data via openneuro cli using Ubuntu 20.04 through WSL. Unfortunately, I can’t even login using the commands outlined in the documentation

I’ve used:

deno run -A jsr:@openneuro/cli login
openneuro login
openneuro login -t mail -u openneuro_api_key (got from /keygen) -e true

After I try to login, shell just hangs, no debug/info messages appear even after using:
export OPENNEURO_LOG=DEBUG

Some of the specs:
System-related
WSL version: 2.6.1.0
Kernel version: 6.6.87.2-1
WSLg version: 1.0.66
MSRDC version: 1.2.6353
Windows version: 10.0.26200.7019
Others
deno 2.5.6 (stable, release, x86_64-unknown-linux-gnu)
v8 14.0.365.5-rusty
typescript 5.9.2
openneuro 4.38.3

How to reproduce

Install Ubuntu 20.04, use WSL 2 on Windows 11.

Install Deno on Ubuntu:
curl -fsSL https://deno.land/install.sh | sh

Install openneuro cli on Ubuntu:
deno install -A --global jsr:@openneuro/cli -n openneuro

Setup git-annex special remote:

curl https://raw.githubusercontent.com/OpenNeuroOrg/openneuro/refs/heads/master/bin/git-annex-remote-openneuro -o git-annex-remote-openneuro
chmod +x git-annex-remote-openneuro

Try to login with any of the following:
deno run -A jsr:@openneuro/cli login

export OPENNEURO_API_KEY=<api_key> openneuro login --error-reporting true

openneuro login -t mail -u openneuro_api_key (got from /keygen) -e true


Hi, can you open a bug report on GitHub · Where software is built?

Hey @effigies

Thanks for the response, I’ve opened an issue yesterday: