2012-02-26 84 views
2

我通過這個鏈接(http://help.github.com/mac-set-up-git/)試圖建立的git我的Mac上。我成功了,直到第5步和我看到的消息Hi kharagpur! You've successfully authenticated, but GitHub does not provide shell access.Git的設置(錯誤: 「-bash:混帳:找不到命令」)

當我嘗試下一個步驟(「然後:設置您的信息」),我遇到問題-bash: git: command not found當我試圖執行git config --global user.name "Firstname Lastname"

我執行從用戶/(名爲myUsername)這條線/

我的主要目標是設置github上,並從回購拉項目,以我的本地計算機,所以我可以使用Eclipse代碼。

任何幫助表示讚賞,並感謝您提前。

回答

4

這聽起來像你沒有安裝的git。

這爲我工作(MacOSX的獅子):

獲取安裝程序:

curl -O http://git-osx-installer.googlecode.com/files/git-1.7.9.1-intel-universal-snow-leopard.dmg 

山:

hdiutil attach ./git-1.7.9.1-intel-universal-snow-leopard.dmg 

安裝:

sudo installer -pkg /Volumes/Git\ 1.7.9.1\ Snow\ Leopard\ Intel\ Universal/git-1.7.9.1-intel-universal-snow-leopard.pkg -target/

卸載:

hdiutil detach /Volumes/Git\ 1.7.9.1\ Snow\ Leopard\ Intel\ Universal/ 

清理:

rm git-1.7.9.1-intel-universal-snow-leopard.dmg 
+0

是的,這工作!非常感謝你torbenl。 – kharagpur 2012-02-26 21:39:22

+0

男人,這是一個mac!爲什麼你會使用五條命令行來下載和安裝一個簡單的軟件。簡單的答案:只需下載並安裝git! – Simon 2012-02-27 05:19:02

+2

我是計算機科學家... – torbenl 2012-02-27 08:41:18

0

你應該從這裏github上的Mac工具 - http://mac.github.com/

它應該讓你很輕鬆地管理信息庫,並承諾,同步操作。關於你正在創建的錯誤,這應該不重要。嘗試從終端連接到你的git帳戶,看看你是否能夠連接它。只要它工作正常,它應該沒問題。

0

請安裝自制軟件 - 最好的Mac包管理器

http://mxcl.github.com/homebrew/

按照這裏的說明 - 您將需要從蘋果的命令行工具了。 的自制程序會打開你的眼睛很多其他的包 - 安裝PHP/MySQL的/節點/蒙戈等通過簡單地

釀造安裝混帳 釀造安裝了很多其他有用的東西

,然後你可以

BREW更新....

簡單 - 值得探索的時間。