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 <radhakrishnan.mo...@gmail.com> wrote:
> http://stackoverflow.com/questions/827351/push-origin-master-error-on...
>
> This was what I referred.
>
> On Sep 6, 11:28 am, MohanR <radhakrishnan.mo...@gmail.com> 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:passw...@github.com/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:javat...@github.com/
> > 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 git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to