Subject: Strange error whenever I try to push

Original Post 's Avatar

github

24 Nov, 2009 08:38 AM via web

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'

  1. Support Staff 2 Posted by Tekkub on 24 Nov, 2009 08:50 AM

    Tekkub's Avatar

    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 to git@github.com:GWBasic/ObjectCloud.git

Comments are currently closed for this discussion. You can start a new one.

Recent Discussions

20 Mar, 2010 12:40 PM
20 Mar, 2010 11:17 AM
20 Mar, 2010 10:16 AM
20 Mar, 2010 04:11 AM
20 Mar, 2010 03:43 AM