Skip to content

Instantly share code, notes, and snippets.

@betray32
Created April 7, 2020 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betray32/ae248c4e1f6e7dd02c35e1aad981f36e to your computer and use it in GitHub Desktop.
Save betray32/ae248c4e1f6e7dd02c35e1aad981f36e to your computer and use it in GitHub Desktop.
Corregir errores al clonar en git
git config --global core.compression 0
git clone --depth 1 <repo_URI>
# cd to your newly created directory
git fetch --unshallow
git pull --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment