Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.96k stars 11.34k forks source link

how to resolve "fatal: 'mxcl' does not appear to be a git repository" #1983

Closed kevinbin closed 14 years ago

kevinbin commented 14 years ago

i want to update .rb to github i exec git push mxcl master report error mesg "fatal: 'mxcl' does not appear to be a git repository " why ?

adamv commented 14 years ago

If you want to push, you have to fork mxcl/homebrew, then do a "git checkout" of your own branch. You can't push upstream to master (unless you have commit privileges.)

kevinbin commented 14 years ago

please tell me how to fork ? thx

adamv commented 14 years ago

http://help.github.com/forking/

kevinbin commented 14 years ago

i found github help

kevinbin commented 14 years ago

thx