fatal: git-http-push-failed (return code 22)
Posted
by
Mariusz
on Super User
See other posts from Super User
or by Mariusz
Published on 2011-03-11T22:02:17Z
Indexed on
2011/03/12
0:12 UTC
Read the original article
Hit count: 3768
Hello, that's me again.
After having problem with estabilishing connection to github.com now I have a problem with next step - pushing. I need to mention, that I am novice at GIT service, and this whole Distributed Subversion Checking Systems world..
I have done git init
, then git add *.h
and git add *.cpp
, but currently git status
does not print anything in "# On branch master" section?
Previously It was correctly printing whole list of added files, now this list is gone.
Nextly, I have executed:
git remote add origin https://github.com/mgeeky/disasm.git
and error has occured after:
git push origin master
Username:
Password:
error: Cannot access URL https://github.com/mgeeky/disasm.git/, return code 22
fatal: git-http-push failed
What should I do now? I've tried:
git push origin
Username:
Password:
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
Everything up-to-date
But it seems to be okey.
© Super User or respective owner