Changes between Version 4 and Version 5 of sobreGit


Ignore:
Timestamp:
Feb 26, 2014, 2:03:49 PM (10 years ago)
Author:
aaraujo
Comment:

Agregada sección de errores recibidos en git

Legend:

Unmodified
Added
Removed
Modified
  • sobreGit

    v4 v5  
    4242
    4343
     44
     45== Errores obtenidos en Git ==
     46
     47
     48 * '''error: RPC failed; result=22, HTTP code = 411'''
     49{{{
     50aaraujo@moe:~/Documentos/seguridad/2014/poa2014/documento/src/libros/recopilacionInicial$ git push
     51Username for 'https://xx': xx
     52Password for 'https://xx@xx':
     53Counting objects: 29, done.
     54Delta compression using up to 2 threads.
     55Compressing objects: 100% (22/22), done.
     56error: RPC failed; result=22, HTTP code = 411
     57fatal: The remote end hung up unexpectedly
     58Writing objects: 100% (22/22), 2.12 MiB | 1.11 MiB/s, done.
     59Total 22 (delta 1), reused 0 (delta 0)
     60fatal: The remote end hung up unexpectedly
     61Everything up-to-date
     62}}}
     63
     64En caso de recibir este error se puede aplicar el siguiente comando:
     65{{{
     66git config http.postBuffer 524288000
     67}}}
     68tomado de: [https://stackoverflow.com/questions/16557071/git-error-rpc-failed-result-22-http-code-411 Git: error: RPC failed; result=22, HTTP code = 411]
     69