You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the normal cli, I authenticated my gh with their cli but continue to use git pull or git push -u origin main, nonetheless, it seems gitui cant find the credentials and doesnt store them, as each time I try to interact with the remote repo I need to put my username and a token
To Reproduce
Steps to reproduce the behavior:
Authenticate github account via their cli and the Https method
try to push/pull or interact in any way trough gitui with the remote repo
Be asked to authenticate for each operation
Expected behavior
The same way in the git cli I can interact with the gh repo, without needing to signin each time
Context (please complete the following information):
macos 14.1
GitUI 0.25.2
Rust 1.77
The text was updated successfully, but these errors were encountered:
hey in case anyone sees this, I had never needed to run this before for git to be authenticated with github, but if you run this once, it will work gh auth setup-git
Describe the bug
In the normal cli, I authenticated my gh with their cli but continue to use
git pull
orgit push -u origin main
, nonetheless, it seems gitui cant find the credentials and doesnt store them, as each time I try to interact with the remote repo I need to put my username and a tokenTo Reproduce
Steps to reproduce the behavior:
Expected behavior
The same way in the git cli I can interact with the gh repo, without needing to signin each time
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: