[git-users] git cannot push

2015-07-03 Thread pfl
hello, I cloned a rep I installed on a ubuntu machine (empty rep) as I add files to that empty working copy, I can commit them (I use SourceTree) but once I do the push, I get an error, master -> master (branch is currently checked out) I try to find some infos, but the more I dig, the less I

Re: [git-users] git cannot push

2015-07-03 Thread pfl
thanks for your answer but I cant acess any git-scm.com url since this morning, maybe it's down or something still, I dont understand why a simple "git init" creates something that is "not git (bare) client compatible" On Friday, July 3, 2015 at 3:51:22 PM UTC+2, Nelson Efrain A. Cruz wrote

Re: [git-users] git cannot push

2015-07-03 Thread pfl
thanks, but honestly I am new to git - bare, not bare, I just dont understand what this is - yes I checked out the master(or origin) from the remote repo, why do git people make it sound like something weird or unusual ?? - but if push is bad, how do I send my recently added/comitted files/cha

Re: [git-users] git cannot push

2015-07-03 Thread pfl
yeah I started reading it so to summurize on the windows CLI git add . git commit -m "first commit" [master (root-commit) 27331bc] first commit 81 files changed, 33489 insertions(+) create mode 100644 somefile ... create mode 100644 someotherfile git push origin --all ..'s password: C