You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We have presented our on premise Gitlab instance through Azure AD Proxy. It requires the client to reuse the cookie generated by the Azure Proxy authentication, which can be configured with the git configurable http.cookiefile.
This works fine with the git command line client, but I cannot make it work with SourceTree. Anyone know how to add configurable typically found in .gitconfig to SourceTree?
Thanks.
This one implies that it's not possible: https://jira.atlassian.com/browse/SRCTREEWIN-6494
This one implies that .gitconfig does exist but is per repository: https://community.atlassian.com/t5/Sourcetree-questions/Where-does-SourceTree-store-repository-configurations/qaq-p/770529#M21258
Thanks for the info.
Your second link partially fixes my issue. I did not thought about simply adding this setting in the repo's git config. This fixes it for already cloned repo.
The last issue I have is there is no global setting available, meaning for new repos, users would have to initiate a VPN connection or do it via the command line. Which is fine.
Thank you very much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not a specialist in SourceTree but that second link, in the comments had something talking "sourcetreeconfig" file... Depending on how you read "repo's home directory" - this may sound like global config?
If the stuff you're looking to modify isn't in this file, you can also try the sourcetreeconfig file. That's located in <your_repo_'s_home_directory>/.git/sourcetreeconfig. .git is a hidden folder, so you'll need to use Terminal to get there or use Cmd+Shift+G in Finder to let you browse to that location.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.