I\'m using OSX and want get a svn repo into a local git repo using sourcetree
.
When I add a bookmark using sourcetree using SVN URL, thus sourcetree<
The solution for me was to delete the password entry in the OSX key ring app, and have git svn re-create it. My key entry has been created earlier (by svn I suppose), and it seems that git cannot use this key entry (nor fix it nor add a second one).
The long story: I noticed that when unsing "system git" in SourceTree, there seemed to be a problem storing the credentials. When I entered the same git command (that SourceTree is issuing) on the command-line, git kept prompting me for my password each time.
Then I found https://stackoverflow.com/a/39800112/580672
If you are interested, my setup was:
I had tried with no success:
All without success. The solution was system git and the key entry, as stated above.