[DÚVIDA] Atualizando o Emulador

Helfgar

New member
Messages
20
Points
0
Age
46
Location
Manaus-AM
Github
helfgar
Emulator
Como faço para atualizar o emulador?
Para que não precise ter que baixar e configurar tudo novamente.

 
Abra a consola do servidor e use:

git pull
na pasta do emulador.

 
Não tá funcionando aqui.
Aparece isso ai: 

git.exe pull -v --progress         "origin"
 
From https://github.com/HerculesWS/Hercules
= [up to date]      master     -> origin/master
= [up to date]      GD_GUILD_STORAGE -> origin/GD_GUILD_STORAGE
= [up to date]      bcrypt     -> origin/bcrypt
= [up to date]      char-server_update -> origin/char-server_update
= [up to date]      rathena    -> origin/rathena
= [up to date]      zones      -> origin/zones
Auto-merging src/map/skill.c
Auto-merging src/map/script.c
Auto-merging src/map/pc.c
Auto-merging src/map/battle.c
Auto-merging db/re/mob_skill_db.txt
CONFLICT (content): Merge conflict in db/re/mob_skill_db.txt
Auto-merging db/re/mob_db.txt
Auto-merging conf/battle/items.conf
Automatic merge failed; fix conflicts and then commit the result.
 
 
git did not exit cleanly (exit code 1) (3110 ms @ 31/08/2014 15:10:36)
 
Eu não sou Português ou Brasileiro, e não podo encontrar uma guia para resolver conflitos no git. Procure no Google.

 
Last edited by a moderator:
O melhor, é sempre manualmente.

E melhor que isso, tudo que você modificar, salvar em um .patch pra ficar mais fácil depois.

 
Back
Top