How to paste git token? #3225
Replies: 2 comments 2 replies
-
Any reason why you are using https to access your repos, and not ssh? I'd recommend to switch to ssh unless there's some reason why you can't, makes everything easier. Start reading here. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I cannot find a solution. But you can use git itself to specify the remote url: Use this to see current url: git remote -v And set the remote url: git remote set-url origin https://new-url.com/user/repo.git To verify the result: git remote -v |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
When I try to fetch or pull I get this popup with Nickname and password.

When i enter everything i get this...
For some reason when I click on the links i can't open them in the browser. Maybe because i use fish shell... not sure.
Following this https://dev.to/shafia/support-for-password-authentication-was-removed-please-use-a-personal-access-token-instead-4nbk guide, i created the token.
How to put his token into the lazygit?
Beta Was this translation helpful? Give feedback.
All reactions