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.
As part of its effort to tighten us security, my work is now requiring us to log into Github through our Microsoft active directory accounts. Is there any way for me to continue to use Source Tree, or will I have to wait for some future update? I can still log into my Github account through the repository browser, but I can't clone new repositories or push changes to existing ones. I get the error pasted at the bottom when I try to do anything. I saw that perhaps I should be able to do it using a Personal Access Token since Azure AD is one of the identity providers supported, but I can't figure out what to do with the token.
remote: The `*******' organization has enabled or enforced SAML SSO. To access
remote: this repository, you must use the HTTPS remote with a personal access token
remote: that has been whitelisted for this organization. Visit
remote: https://help.github.com/articles/authenticating-to-a-github-organization-with-saml-single-sign-on/ for more information.
Hi
To be honest we've not tested this scenario, however.....
GitHub Personal Access Tokens should work like a password so you should be able to use them for basic auth style authentication using username/personal access token.
As such you should be able to use the personal access token in place of your usual password in git prompts and/or Sourcetree account settings.
https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same, doesnt work for me. i just keep getting this error message, unable to enter the token i generated
how do i stop this message from coming:
remote: The `*******' organization has enabled or enforced SAML SSO. To access
remote: this repository, you must use the HTTPS remote with a personal access token
remote: that has been whitelisted for this organization. Visit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lakeisha Pogrzeba Sounds like you need to authorize your Personal Access Token?
https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
got it working. forgot to delete my old profile so it was taking that one
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.