Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change stored passwords in Android Studio?

Our passwords are forced to rotate periodically on all our servers. This includes our Github Enterprise server. Android Studio saves git passwords the first time it connects. After password rotation I can no longer use the GUI to connect to git due to "bad password". I've been hunting through the menus and I don't see anywhere to change stored passwords. Google has also come up empty for me (I get about a billion hits about the Android OS, which is not helpful at all).

The only options I've come up with so far are: - Switch to CLI git (tolerable, but seems silly since a GUI that can save passwords should have a way to change them too). - Delete and reinstall Android Studio (what I did last time our passwords rotated and I got tire of typing the CLI commands all the time).

like image 419
Brian Knoblauch Avatar asked Oct 21 '22 00:10

Brian Knoblauch


1 Answers

You can change the GitHub password in the settings found at File->Settings->Version Control->GitHub

like image 72
Dennis van der Schagt Avatar answered Oct 26 '22 23:10

Dennis van der Schagt