Does Git-Svn Store Svn Passwords?

后端 未结 6 1561
醉梦人生
醉梦人生 2020-12-08 04:48

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

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 05:08

    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

提交回复
热议问题