-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub issue on git reflow setup
--> 404
#250
Comments
Workaround: this is preventing the app from creating the Personal Access Token which is stored in |
Great @togume Where can I find the syntax for adding the PAT manually to the config? |
@isaacegglestone I didn't find it either and had to guess-hack it 🙈: ~/.gitconfig.reflow
|
@togume I have followed the process as described by you. My .gitconfig.reflow looks like this
I am still getting the above error. After running
|
@vishalsaugat I don't see anything weird, and those commands are working for me. So, silly question, but did you replace |
@togume Yes I did replace it with my personal access token generated from Github. Github has recently changed the token format for PAT . I hope it's still compatible with the new one ? |
@vishalsaugat I just tested by creating a new PAT and swapping it out in the Hhrmmm... very weird. No, once the PAT is configured and used, it will not prompt you for username and password. I'm also on an M1... A few ideas:
|
@togume I was able to resolve this. Looks like git_reflow was picking up |
@vishalsaugat 👏 glad you got it resolved and happy I was able to help. Ah, yeah - that would do it. The path in Leaving this open because it's still a workaround to the original issue. |
Sorry for all the issues here. Glad a workaround was found. We'll have to drop support for creating access keys during the setup process due to GitHub's new changes. |
Hello! I'm getting the following error when doing
git reflow setup
on a new machine:How do I fix this or how can I help to get this working?
FYI that I'm using multi-factor auth.
The text was updated successfully, but these errors were encountered: