[git-users] Re: GIT push over HTTP

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

[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-09 Thread MohanR
to 'https://user:javat...@github.com/ mohanr/JSE-7-Concurrency.git' 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

[git-users] git push over cntlm

2012-08-01 Thread MohanR
Hi, I am able to clone successfully through cntlm. But when I try to issue 'git push origin master' I get HEAD: HTTP/1.1 401 Authorization Required Mine is a NTLM proxy. Is it possible to push over HTTP ? Thanks, Mohan -- You received this message because you are subscribed to

[git-users] Re: git push over cntlm

2012-08-02 Thread MohanR
PROXY auth response... HEAD: HTTP/1.1 407 Proxy Authentication Required ( Access is denied. ) Thanks. On Thursday, 2 August 2012 13:47:47 UTC+5:30, MohanR wrote: Hi, This is about cntlm. I am able to view the cntlm verbose and clone is successful. http.proxy=http://localhost