Martin於 2017年10月31日星期二 UTC+8下午2時43分18秒寫道:
>
> I did init --bare, so that won't be a problem.
> These two commands may be helpful for figuring out the issue?
> On git repository server machine:
>
> $ git log master 
> fatal: ambiguous argument 'master': unknown revision or path not in the 
> working tree. 
> Use '--' to separate paths from revisions, like this: 
> 'git <command> [<revision>...] -- [<file>...]'
>
> On git client machine:
> abigail@abilina:~/np/my-project$ git remote -v  
> origin  [email protected]:my-project.git (fetch) 
> origin  [email protected]:my-project.git (push)
>
> Does this indicate any issue?
>

Looks like you don't have the master branch.

What does `*git branch`* say in you local repository?

Yue Lin
 

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to