-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I'm on Arch Linux, installed myd with the AUR package and it went great unless, when I typed "myd init", it asked for my username, and a token. I created a classic token on github developers option, made it so it never expires and gave it all the permissions. When I gave that token to Myd, it didn't ask me for the repo, it just stopped and put me back into the shell.
When I run "myd upload" after I "myd added" a file, it just copies it to .local/share/myd.
Here's the error message:
Repository path: /home/$HOME/.local/share/myd/dotfiles
Repository exists: true
Using existing repository directory
Copying files to repository
Processing path: /home/$HOME/.config/alacritty/gruvbox_dark.toml
Copying to: /home/$HOME/.local/share/myd/dotfiles/gruvbox_dark.toml
Successfully processed: /home/$HOME/.config/alacritty/gruvbox_dark.toml
Staging files
exit status 128
I know the token is correct because if I input a random token it says:
GET https://api.github.com/user: 401 Bad credentials []
Any ideas? Should I try compiling this from source?