Quantcast
Channel: Git error: RPC failed; result=22, HTTP code = 404 - Stack Overflow
Browsing latest articles
Browse All 6 View Live

Answer by Sai Ram Regunta for Git error: RPC failed; result=22, HTTP code = 404

I have just added .git at the end of the git URL while cloning .It's worked

View Article


Answer by 张永哲 for Git error: RPC failed; result=22, HTTP code = 404

“The strange thing is that the original URL without .git succeeded on two linux machines and a windows desktop, but failed on a third linux machine. Including .git makes it work on all machines.”It may...

View Article


Answer by user2711915 for Git error: RPC failed; result=22, HTTP code = 404

I just ran into a very similar error (for which this answer is the top google result) - the solution was in a comment by @Liviu ChircuThe solution was to put the .git on the end of the urlgit clone...

View Article

Answer by Scott Weldon for Git error: RPC failed; result=22, HTTP code = 404

June 2016 Update: According to this page:SSH authentication to Team Services Git repos is currently in private previewI recommend that you switch to SSH authentication if you are able to, because this...

View Article

Answer by Oxymoron for Git error: RPC failed; result=22, HTTP code = 404

Your repository may be to big, Try to upload in chunks, like using GIT to revert back halfway in the history or so in a new branch, push that, then push the latest commits.Probably a better workaround,...

View Article


Git error: RPC failed; result=22, HTTP code = 404

I'm using SourceTree on OSX and using Git to push to Visual Studio Online. I get the following error:POST git-receive-pack (490857233 bytes) error: RPC failed; result=22, HTTP code = 404 fatal: The...

View Article
Browsing latest articles
Browse All 6 View Live


Latest Images