Activity stream
-
John Glaros answered the question “Working with git?” 2 years, 7 months ago · View
I have attempted Ronny’s way several times, and always end up with the error below when pushing:
John@JOHN-PC ~/workspace/gitrepo2 (master)
$ git push origin master
Fetching remote heads…
refs/
refs/heads/
refs/tags/
updating ’refs/heads/master’
from 0000000000000000000000000000000000000000
to e337079b18d0244252ab4244da7a6bd3b3cb54bd
sending 11 objects
MOVE fa272c565998d0e717e7b4fa2d93e212ac8fcd93 failed, aborting (22/400)
MOVE 45e6a7285a8560ac47b4197ea440bce46561e379 failed, aborting (22/400)
MOVE cdea74e1b72ba320a49668e79cf786aca668c43f failed, aborting (22/400)
MOVE 056f06c8216f251e196714c1e2f73cf3d78ee51a failed, aborting (22/400)
MOVE bde5cd1f5ebf13909457afdef00c08253707b272 failed, aborting (22/400)
Updating remote server info
fatal: git-http-push failed -
I have the same problem..what have you found the solution??
My problem was solved using : git config –global http.sslVerify false