Solaris 10 opencsw git package issue with bitbucket git hosting
- by zephyrus00jp
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.