curl - Why does "git fetch" fail on HTTPS URLs with "Function is not available" on HP-UX? -


when run git fetch following:

$ git fetch password 'xxx': error: cannot create thread: function not available fatal: cannot start thread parse advertised refs $ 

the issue particular distribution of git/curl lacking pthread. 1 way fix use ld_preload:

$ ld_preload=/usr/lib/hpux32/libpthread.so git fetch password 'xxx': $ 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -