0

GitAhead keeps asking for username and password, continuously, every minute, even if no action is performed. How can I change this behaviour? Can I set the tool to ask for credentials once per commit, or once a day?

Environment:

GitAhead v2.6.3 - 2020-07-14

Artix Linux rolling 12.2020 (Arch derivative)

Pietro
  • 12,086
  • 26
  • 100
  • 193

1 Answers1

1

This is a bug. The periodic prompt is caused by the option to automatically fetch. You can turn that off at Tools -> Options... -> General -> Automatic Actions -> Fetch every xx minutes. Then it will only prompt when you do something like pull or push.

Jason Haslam
  • 2,617
  • 13
  • 19
  • Thank you @jason. Just to let you know, I copied and pasted your answer on GitAhead's development site: https://github.com/gitahead/gitahead/issues/531 – Pietro Dec 14 '20 at 19:38
  • Is it possible to enter the password only one time and be saved? like does GitKraken – swifthing Jan 27 '21 at 20:56