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 to fetch one repository from the Bitbucket server using script – i.e. without any user interference. One way to achieve this is by generating “personal access token” and using that in the script as described in here : https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html?utm_campaign=in-app-help&utm_medium=in-app-help&utm_source=stash#Personalaccesstokens-usingpersonalaccesstokens
But we are not able to fetch the repository using the method described in the page. We are getting error as seen in the screenshot below. Tried to search in the internet and found something similar here https://community.atlassian.com/t5/Bitbucket-questions/How-do-you-clone-a-repository-from-Bit-Bucket-server-using-a/qaq-p/751179. But this also points to the same documentation above. We tried with postman as well where same response / error displayed.
$ curl -k -H "Authorization: Bearer MjUyOTA3NzcyNjAxOnLN/Yix4pmo2DyDnXXXXXXXX" https://bitbucket.cloud.foxtel.com.au/scm/~kundub/test1.git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 116 0 116 0 0 281 0 --:--:-- --:--:-- --:--:-- 282Invalid request from host 203.18.237.205: Note that Bitbucket does not support Git's legacy HTTP transport protocol.
kundub@LT231RPF MINGW64 ~/Desktop/Foxtel/VSCode
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.