Xcode won't save my source control credentials

My company uses Beanstalk, a commercial provider of Git repositories.

Within Xcode, there is no option to add a Beanstalk account. When I open Xcode and try to do a VCS operation, Xcode prompts me for my username and password. From then on it works normally except that when I close Xcode and reopen it, it prompts me for the credentials again.

The Git command-line tool doesn't do this. It saved my credentials in the keychain when I first ran it, and doesn't ask me for them anymore.

Is there any way to get Xcode to either use the credentials stored by the Git command line app or store the credentials itself?

I've tried contacting the people who run Beanstalk but they couldn't help me.

Thanks, Frank

Xcode won't save my source control credentials
 
 
Q