-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Component/s: Repository - Downloads
We are receiving error 400 trying to download the tar.gz with the last version of our code.
we run a curl command like this:
curl --insecure -C - --retry 5 --user ourUser https://bitbucket.org/<owner>/<ourRepo>/get/tip.tar.gz -o tip.tar.gz
we receive "randomly" this error dependes of the moment it works or not, we experiment this issue especially with the biggest repository of our company.
We have a workaround put the curl in a loop and checking the result till the download works well, normally at second try it works