On Wednesday, July 24, 2013 5:39:34 AM UTC+2, 杨沐 wrote: > excuse, your command $ git branch master origin/master could not take > effect, please see the picture below: > > > <https://lh5.googleusercontent.com/-m4lyF6alTfE/Ue9MY8Mm4zI/AAAAAAAAACQ/hl8Bu2Atdfg/s1600/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7+2013-07-24+%E4%B8%8A%E5%8D%8811.38.46.png> >
The command means: create a branch called "master" based on the remote branch "master" found in the repository with the name "origin". It appears you do not have a remote repository called origin (see a list of remotes by writing `git remote`), or it doesn't contains any branch called "master" (see list of remote branches with `git branch -r`). -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.