[Sugar-devel] I don't manage to put code in my project repository
Alan Jhonn Aguiar Schwyn
alanjas at hotmail.com
Mon Sep 16 15:49:22 EDT 2013
If you read , it says that the default behavior changes.There are 2 modes: push all or the default simple.
To push with simple mode:
git push origin master
You need specify where put your specify branch.
Regards!
Alan
Date: Mon, 16 Sep 2013 16:47:09 +0200
From: laurent.bernabe at gmail.com
To: sugar-devel at lists.sugarlabs.org
Subject: [Sugar-devel] I don't manage to put code in my project repository
Hello again,
sorry for the trivial question again, but I don't manage to push my code on my project HitTheBalls (user : loloof64).
This is the error from my terminal (I set up the alias HitTheBallsProject as gitorious at git.sugarlabs.org:hittheballs/hittheballs.git)
_____________________________________________$> git push HitTheBallsProjectwarning: push.default is unset; its implicit value is changing inGit 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
git config --global push.default simple
See 'git help config' and search for 'push.default' for further information.(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)
No refs in common and none specified; doing nothing.Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedlyerror: failed to push some refs to 'gitorious at git.sugarlabs.org:hittheballs/hittheballs.git'
_________________________________________________
So, how can I solve the problem ?
Regards
_______________________________________________
Sugar-devel mailing list
Sugar-devel at lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20130916/7bed4206/attachment.html>
More information about the Sugar-devel
mailing list