Gittyup
Gittyup copied to clipboard
Crash: trying to add github account
Reproduce:
- Start gittyup
- Click the 'Add Github account'
- Enter username
- Enter personal access token or password
Result:
- Click OK
Result: Crash
Segmentation fault (core dumped)
Gittyup 1.0.0 (d52896fa79c5) Compiled via the AUR package gittyup-git
Same here from Flatpak on Kubuntu
flatpak run com.github.Murmele.Gittyup --version
Gittyup 1.0.0
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
https://docs.github.com/en/rest/overview/other-authentication-methods
This is why it does not work anymore. But it should not crash
For now the easiest way is to setup a ssh connection. I think we have to implement OAUTH2 to be able to use Github login in Gittyup Adding ssh keys: https://github.com/settings/keys
Closing this since #201 has been merged