Subject: Strange error whenever I try to push
I keep getting a strange error whenever I try to do a "git push". I'm not sure if it's me or your system, as nothing (git or Google) tells me what this mysterious "return code 22" is.
Administrator@WINDOWS-DESKTOP ~/My Documents/git/ObjectCloud
(master)
$ git push origin error: Cannot access URL http://github.com/GWBasic/ObjectCloud.git/,
return code 22
error: failed to push some refs to 'http://github.com/GWBasic/ObjectCloud.git'
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 24 Nov, 2009 08:50 AM
You can't push to http URLs, only to
git@github.com:...ones, assuming you have write access to the repo. Change the URL in your repo's .git/config file togit@github.com:GWBasic/ObjectCloud.git