I run on the gitserver:
git init --bare
then on my local machine I run:
git clone user@gitservre:/path/to/dir/projectd.git
cd projectd/
touch dd
git add dd
git commit -m "adding dd"
git push
I get the error:
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
error: failed to push some refs to
'user@gitservre:/path/to/dir/projectd.git'
What can be the problem.
Thanks.
--
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/groups/opt_out.