abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
140 stars 17 forks source link

[BUG] about magit #125

Closed donneyluck closed 9 months ago

donneyluck commented 9 months ago

hi@abougouffa Before I used magit to submit the code, everything was fine and no password was required. Recently I found that when I submit, the following prompt will appear:

password or token for user my-username image

I tried entering the token or password but couldn't submit it.

donneyluck commented 9 months ago

I found the problem, it's related to this code When I comment it out, everything works fine https://github.com/abougouffa/minemacs/blob/main/skel/config.el#L255-L273

abougouffa commented 9 months ago

Yes. This is not a bug, it is an example of how you can use libjira2. You are not supposed to use skel/comfig.el as it is. You need to copy it to ~/.minemacs.d/config.el and remove the irrelevant examples.