Re: [git-users] doesnt resolve to any object

2013-10-24 Thread Dale R. Worley
> 1. http://git-scm.com/book > 2. http://www.catb.org/esr/faqs/smart-questions.html#beprecise The classic is How to Report Bugs Effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html including "Show me how to show myself." If you have to report a bug to a programmer

Re: [git-users] doesnt resolve to any object

2013-10-24 Thread Konstantin Khomoutov
On Thu, 24 Oct 2013 03:51:17 -0700 (PDT) aniyan.raj...@gmail.com wrote: [...] > > Since in a freshly initialized Git repository there indeed exists > > no branch named "master" ("refs/heads/master" is the full name of a > > branch named "master", and "ref", in Git's lingo, designates a > > symboli

Re: [git-users] doesnt resolve to any object

2013-10-24 Thread aniyan . rajan6
> Pushing is sending commits over into another repository; this act has > nothing to do with adding files to be under Git's control or for > changes made to them to appear in the next commit. > > The next problem is that under no circumstance Git itself reports a > message "An internal Except

Re: [git-users] doesnt resolve to any object

2013-10-24 Thread Konstantin Khomoutov
On Thu, 24 Oct 2013 02:38:01 -0700 (PDT) aniyan.raj...@gmail.com wrote: There are several issues with your problem's statement. > When I try add files to a new repository , I get the following error. > How can I resolve this ? Thanks. > > An internal Exception occurred during push: Source ref >

[git-users] doesnt resolve to any object

2013-10-24 Thread aniyan . rajan6
Hello, When I try add files to a new repository , I get the following error. How can I resolve this ? Thanks. An internal Exception occurred during push: Source ref refs/heads/master doesnt resolve to any object. -- You received this message because you are subscribed to the Google Groups "Gi