After staging/committing I try to git push my changes to my repo, but that doesnt work
The first time it asks to open an authorization link, which when opened says "ERROR", subsequently it doesnt ask for opening the auth url and just runs forever
@aryanbhosale this authorization flow is very specific to GitHub. Even GitHub supports SSH key / HTTP token. There no plans to add this extra feature at the moment. But thanks for the suggestion.
After staging/committing I try to git push my changes to my repo, but that doesnt work The first time it asks to open an authorization link, which when opened says "ERROR", subsequently it doesnt ask for opening the auth url and just runs forever
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should successfully push the updated code
Workaround
sudo apt update
sudo apt install gh
in the terminal:
gh auth login
After the SSH/HTTPS option, choose the personal access token option when prompted and paste your personal access token in the terminal
It works after this