-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi, could I have some help?
I did:
- clone figma-auth
- rename env.example to env
- fill
FIGMA_CLIENT_IDandFIGMA_CLIENT_SECRETwith my figma app credentials. - Then
go build && export $(grep -v '#.*' .env | xargs) && ./figma-auth
After that terminal is freeze at this point.
➜ ~ git clone git@github.com:HaikuTeam/figma-auth.git
Cloning into 'figma-auth'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 1), reused 11 (delta 1), pack-reused 0
Receiving objects: 100% (11/11), 10.20 KiB | 2.04 MiB/s, done.
Resolving deltas: 100% (1/1), done.
➜ ~ cd figma-auth
➜ ~ /figma-auth git:(master) go build && export $(grep -v '#.*' .env | xargs) && ./figma-auth
I tried it several times with same results.
Also, I upgraded go to 1.19.2
Macos 11.6.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels