How to install Git on Solaris 10?

牧云@^-^@ 提交于 2019-12-24 11:27:12

问题


My query is regarding installing Git on Solaris 10. uname -a gives

bash-3.00# uname -a
SunOS 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Fire-V240

I want to use Solaris server as Git central repository while Windows based users to use the git repository on Solaris server for project activities. What are the steps for installation? What I need to install for users on Windows platform so they can use git?


回答1:


On Solaris, you can follow the instruction on opencsw or git-scm to install Git. On windows, you can download the install package from official page, but currently, git on Solaris is 2.x, on windows it's 1.x, maybe there're small differences between them, but I don't think it's a big deal.

Alternatively, on windows, you can install 3rd party git client, such as Tortoise Git or SourceTree.

Next, Windows-based users need to use the git repository on Solaris, so it's necessary to learn how to build a git server, you can refer to relative chapter in git book.



来源:https://stackoverflow.com/questions/24628592/how-to-install-git-on-solaris-10

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!