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 ArticleAnswer 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 ArticleAnswer 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 ArticleAnswer 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 ArticleAnswer 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 ArticleGit 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