The StackOverflow issue you quote is not the same as one reported in your original email.
Please, pay close attention to the URI you use. If you go back to your GitHub page for that repo, while logged in, you will notice that the protocol prefix is httpS, not http. github only allows clones over http. Authenticated pushes requires httpS. Daniel. On Sep 6, 12:07 am, MohanR <[email protected]> wrote: > http://stackoverflow.com/questions/827351/push-origin-master-error-on... > > This was what I referred. > > On Sep 6, 11:28 am, MohanR <[email protected]> wrote: > > > > > > > > > This is what seems to work through by cntlm proxy. > > > GIT_SSL_NO_VERIFY=true GIT_CURL_VERBOSE=1 GIT_TRACE=2 git push > > https://user:[email protected]/user/JSE-7-Concurrency.git origin > > master > > > This error though could have something to do with my repo. Not sure > > but I am following the steps mentioned in my home page. > > > error: src refspec origin does not match any. > > error: failed to push some refs to 'https://user:[email protected]/ > > mohanr/JSE-7-Concurrency.git' > > > Thanks, > > Mohan -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
