[git-users] Re: GIT push over HTTP

2011-09-09 Thread MohanR
Yes. I clone over HTTP successfully. I try to push using HTTPS and the authentication issue seems to be solved. This though could be another error that the stackoverflow thread discusses assuming I have understood it. error: src refspec origin does not match any. error: failed to push some refs

[git-users] Re: GIT push over HTTP

2011-09-06 Thread MohanR
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

[git-users] Re: GIT push over HTTP

2011-09-06 Thread MohanR
http://stackoverflow.com/questions/827351/push-origin-master-error-on-new-repository 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

[git-users] Re: GIT push over HTTP

2011-09-06 Thread Daniel
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