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
Did you find the answer to this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.