1

I have Ubuntu 16.04. I'm trying to clone a repo from bitbucket using a bash commandline with curl.

However, I get a curl 18 error. What should I do?

GlennV
  • 3,471
  • 4
  • 26
  • 39
rabab hussein
  • 89
  • 2
  • 14
  • I haven't seen that error but it seems other did. [This question and its answers](http://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining) look relevant. – The Vee Nov 24 '16 at 12:42
  • yes I have seen it but I'm using bitbucket not github – rabab hussein Nov 24 '16 at 12:44
  • 1
    github or bitbucket. It's similar issue. Too much data on repo and slow net might result in closing connection early. Simply, try again. – Ani Nov 24 '16 at 12:53
  • Can you show us the cURL request ? Just to make sure you're not doing anything crazy. – Pogrindis Nov 24 '16 at 13:42
  • Anirudha it might be true I have installes smartgit cloned the repo the error showed but the next time it went well. I don,t know why but it miht be connection this is my code git clone https://amy_abdom@bitbucket.org/--------/shop.git /hop – rabab hussein Nov 24 '16 at 16:43

0 Answers0