I\'m using git-svn with a couple of work projects and I\'ve noticed that for just about every action I take, I get prompted for my Svn password. For some actions, I get prom
On OSX, if you have used svn before, it looks like svn has created a password entry (in the OSX key ring app) that git svn cannot use nor create a new one. Symptom was that it asked each time, and SourceTree did not work with System git (nor did it with built-in git for another reason).
My solution was to delete this entry, and then use git svn once and it will create a proper entry. From that point, also SourceTree was working.
https://stackoverflow.com/a/55706141/580672