
Luis Carlos Kristen Ospitia
Preguntatengo un error al hacer git push origin master por segunda vez y evidencia el cambio del nombre del post “Bienvenido a Hyperblog”
Username for ‘https://github.com’: luiskristen@gmail.com
Password for ‘https://luiskristen@gmail.com@github.com’:
To https://github.com/kringsman/hyperblog.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/kringsman/hyperblog.git’
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., ‘git pull …’) before pushing again.
hint: See the ‘Note about fast-forwards’ in ‘git push --help’ for details.

Jeferson Stiven Parra Mahecha
Tienes que traer los cambios del repositorio remoto.
git pull origin master
y luego si hacer push.
git push origin master

Pablo Gabriel Arenas Grimaldo
haz intentado haciendo git pull? si no, y si tienes cambios que deseas hacerles push, primero haz git stash para ´separarlos´, luego git pull para traerte todos los cambios nuevos, luego git pop para reintegrar tus cambios. Espero esto te ayude