Commit 825cbe049174e4b9316ffa56fb91808a53ff35c0

Authored by Evandro Junior
1 parent ae425172

New troubleshooting solution

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
TROUBLESHOOTING.md
... ... @@ -4,4 +4,9 @@
4 4 2. Reinstalar o sprity:
5 5 1. desinstalar: ``npm uninstall sprity``
6 6 2. limpar cache: ``npm cache clear``
7   - 3. instalar: ``npm install sprity``
8 7 \ No newline at end of file
  8 + 3. instalar: ``npm install sprity``
  9 +
  10 +- Erro git://github.com/angular/bower-angular-animate.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.130]: errno=Tempo esgotado para conexão
  11 + - Solução:
  12 + Execute o comando:
  13 + git config --global url."https://".insteadOf git://
... ...