您的位置:首页 > 编程语言

如何在MacOS上使用github

2009-09-05 21:25 302 查看
简单介绍一下如何在苹果机上使用项目管理系统github

首先安装git (OSX)

有许多在OSX上安装git的方法,这里介绍最简单的方法。

预编译的git可执行文件

下载并安装git-osx-installer

安装MacPorts

安装MacPorts

将MacPorts更新到最近的版本, 执行命令行:$ sudo port selfupdate

安装Git (You may want to include Subversion support if you want to import SVN repositories); 执行命令行:$ sudo port install git-core +svn

$ sudo port selfupdate

MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600

The MacPorts installation is not outdated and so was not updated
selfupdate done!

$ sudo port install git-core +svn
--->  Installing curl 7.18.2_0
--->  Activating curl 7.18.2_0
--->  Installing openssh 5.0p1_0+darwin_9
--->  Activating openssh 5.0p1_0+darwin_9
--->  Installing p5-error 0.17012_0
--->  Activating p5-error 0.17012_0
--->  Installing popt 1.13_0
--->  Activating popt 1.13_0
--->  Installing rsync 3.0.2_0
--->  Activating rsync 3.0.2_0
--->  Installing git-core 1.5.5.3_0+doc
--->  Activating git-core 1.5.5.3_0+doc


手工编译git

详情参考compiling and installing git on mac os x.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: