Solaris 10 opencsw git package issue with bitbucket git hosting

Posted by zephyrus00jp on Server Fault See other posts from Server Fault or by zephyrus00jp
Published on 2012-03-27T17:26:16Z Indexed on 2012/03/27 17:32 UTC
Read the original article Hit count: 265

Filed under:
|

Has anyone tried using `git' from opencsw package in order to work with bitbucket source hosting service (under solaris10)?

I tried to use git as the bitbucket documentation explains, and - under Debian GNU/Linux, it worked flawlessly as described, but - under Solaris 10, I got Authentication Failed message.

I even tried to run truss to see anything is suspicious but could not find any smoking gun under solaris why it failed. ldd git-binary didnd't show anything suspicious either (except for the libcrypt library which could be a suspicious to think about export restrictions. Have they shipped incompatible version? BUT since the password is typed into https: connection, I suspect it is only a matter of web-level cryptography and should be universal these days.)

I am now tempted to compile git suite under solaris 10, but I did find people who seem to be using git with bitbucket under solaris 10 and am wondering what could be wrong.

© Server Fault or respective owner

Related posts about solaris

Related posts about git