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.
Hi, I`m using sourcetree for Windows as a git client.
Also, I have my code in bitbucket.
I Have several repositories. One of them, has submodules. I`ve been using https authentication for a couple of years, but i see that is complicated using that way of authentication when you have a repo with submodules, it shows the following error on the submodules:
"FATAL ERROR: Server sent disconnect message
type 2 (protocol error):
"Connection blocked because server only allows public key authentication. Please contact your network administrator."
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
I can´t use ssh because of firewall rules.
How can i configured correctly the repository so i can use it?
Thanks