Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Deta space login error in Windows 7 #152

Answered by pomdtr
suantro asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, the library we use for interactive inputs is not working on windows 7. You can use the non-interactive version of the command instead:

# git bash
cat "<my-token>" | space login --with-token

# windows console
type "<my-token>" | space login --with-token

# windows powershell
Get-Content "<my-token>" | space login --with-token

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abdelhai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants